#8BDD95

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

Shades of Light Green #8BDD95

Tints of Light Green #8BDD95

Color information

#8BDD95 (or 0x8BDD95) is unknown color: approx Light Green. HEX triplet: 8B, DD and 95. RGB value is (139,221,149). Sum of RGB (Red+Green+Blue) = 139+221+149=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDD95 is #74226A. Grayscale: #BCBCBC. Windows color (decimal): -7610987 or 9821579. OLE color: 9821579.

HSL color Cylindrical-coordinate representation of color #8BDD95: hue angle of 127.32º 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 #8BDD95 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB139221149-
CMYK0.3700.330.13
HSL127.32º54.67%70.59%-
HSV(B)127.32º37.1%86.67%-
XYZ41.9359.3737.68-
YUV188.27105.8392.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=27.31%
G=43.42%
B=29.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211490.3700.330.13127.3254.6770.59
Hex8BDD9525021D7f3747
Octal213335225450411517767107
Binary1000101111011101100101011001010100001110111111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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