#8BDD8E

Color #8BDD8E Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8BDD8E

Tints of Light Green #8BDD8E

Color information

#8BDD8E (or 0x8BDD8E) is unknown color: approx Light Green. HEX triplet: 8B, DD and 8E. RGB value is (139,221,142). Sum of RGB (Red+Green+Blue) = 139+221+142=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDD8E is #742271. Grayscale: #BBBBBB. Windows color (decimal): -7610994 or 9362827. OLE color: 9362827.

HSL color Cylindrical-coordinate representation of color #8BDD8E: hue angle of 122.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDD8E is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB139221142-
CMYK0.3700.360.13
HSL122.2º54.67%70.59%-
HSV(B)122.2º37.1%86.67%-
XYZ41.3959.1534.83-
YUV187.48102.3393.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 27.69%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=27.69%
G=44.02%
B=28.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211420.3700.360.13122.254.6770.59
Hex8BDD8E25024D7a3747
Octal213335216450441517267107
Binary1000101111011101100011101001010100100110111110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDD8E; }

 p { color: rgb(139,221,142); }

 H1.HeaderClassName
 {
   color: #8BDD8E;
 }
 .AnyTagClassName
 {
   color: #8BDD8E;
 }
</style>
background-color css

<style>
 a { background-color: #8BDD8E; }

 a { background-color: rgb(139,221,142); }

 div.DivClassName
 {
   background-color: #8BDD8E;
 }
 .BgClassName
 {
   background-color: #8BDD8E;
 }
</style>
border-color css

<style>
 span { border-color: #8BDD8E; }

 span { border-color: rgb(139,221,142); }

 td.TdClassName
 {
   border-color: #8BDD8E;
 }
 .TagClassName
 {
   border-color: #8BDD8E;
 }
</style>