COLOR #83CB75

HEX: #83CB75 RGB: (131,203,117)

Color info

#83CB75 contains mainly green color. Web safe color of #83CB75 is #99CC66 (or #9C6).

RGB color model

#83CB75 color RGB value is (131,203,117).

RGB: (131,203,117) (51%, 80%, 46%)

RGB channels and saturation

R 131 of 255 = 51%
G 203 of 255 = 80%
B 117 of 255 = 46%

131
203
117

R + G + B ~ 59%. #83CB75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 203 + 117 = 451 (100%)
R 131 of 451 ~ 29.05%
G 203 of 451 ~ 45.01%
B 117 of 451 ~ 25.94'%

%29.05
%45.01
%25.94

CMYK color model

#83CB75 color CMYK value is (35,0,42,20).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 42.36%
  • key color value is 20.39%

CMYK: (35,0,42,20)
C35M0Y42K20 (35%, 0%, 42%, 20%)
(0.35 / 0.00 / 0.42 / 0.20)

CMYK percentages

%35.47
%0
%42.36
%20.39

Codes

Color #83CB75 in popluar color models

83 CB 75
RGB 131 203 117
HSL 110° 45.26% 62.75%
HSB/HSV 110° 42.36% 79.61%
CMYK 35.47% 0.00% 42.36%
20.39%

Color #83CB75 in popluar number systems.

HEX 83 CB 75
Decimal 131 203 117
Binary 10000011 11001011 1110101
Octal 203 313 165

Shades and tints

Shades of #83CB75

#83CB75
(131,203,117)
#78B96B
(120,185,107)
#6DA761
(109,167,97)
#629557
(98,149,87)
#57834D
(87,131,77)
#4C7143
(76,113,67)
#415F39
(65,95,57)
#364D2F
(54,77,47)
#2B3B25
(43,59,37)
#20291B
(32,41,27)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #83CB75

#83CB75
(131,203,117)
#8ECF81
(142,207,129)
#99D38D
(153,211,141)
#A4D799
(164,215,153)
#AFDBA5
(175,219,165)
#BADFB1
(186,223,177)
#C5E3BD
(197,227,189)
#D0E7C9
(208,231,201)
#DBEBD5
(219,235,213)
#E6EFE1
(230,239,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CB75 color. Also use rgb(131,203,117) instead hex code.

Text Font Color

.myTextColor { color: #83CB75; }

<p style="color:#83CB75">This sample text font color is #83CB75.</p>

This text font color is #83CB75.

Background Color

.myBgColor { background-color: #83CB75; }

<div style="background-color:#83CB75">Inner text</div>

This div background color is #83CB75.

Border color

.myBorderColor { border: 1px solid #83CB75; }

<div style="border:3px solid #83CB75">Div</div>

This div border color is #83CB75.

Opacity

.myOpacity80 { color: #83CB75; opacity: 0.8; }

<p style="color:#83CB75;opacity:0.8;">80%</p>

Text with #83CB75 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #83CB75;}

<p style="text-shadow: 3px 3px 1px #83CB75">Text here.</p>

This text has shadow with #83CB75 color.


.textShadow {text-shadow: 3px 3px 1px #83CB75', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #83CB75, 5px 5px 20px red">Text here.</p>

This text has shadow with #83CB75 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83CB75, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#83CB75, Direction=45, Strength=4)">Text</p>

This text has shadow with #83CB75 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83CB75;
-webkit-box-shadow: 1px 1px 3px 2px #83CB75;
box-shadow: 1px 1px 3px 2px #83CB75;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83CB75; -webkit-box-shadow: 1px 1px 3px 2px #83CB75; box-shadow:1px 1px 3px 2px #83CB75;">
Div content here
</div>

This div box has shadow with color #83CB75.

Preview

Color preview on black background

This text has color #83CB75 on black background.


Color preview on white background

This text has color #83CB75 on white background.


Black color preview on #83CB75 background

This text has black color on #83CB75 background.


White color preview on #83CB75 background

This text has white color on #83CB75 background.


Related colors

Complementary color

Complementary color for #hex is #7C348A.


I love getcolorcode.com

Triadic colors

1 #7583CB and #CB7583 with #83CB75 are triadic colors.

2 #75CB83 and #CB8375 with #83CB75 are triadic colors.