Shades of Light Green #8BDC95
Tints of Light Green #8BDC95
RGB
CMYK
RGB Variations
Color information
#8BDC95 (or 0x8BDC95) is known color: Light Green. HEX triplet: 8B, DC and 95. RGB value is (139,220,149). Sum of RGB (Red+Green+Blue) = 139+220+149=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC95 is #74236A. Grayscale: #BBBBBB. Windows color (decimal): -7611243 or 9821323. OLE color: 9821323.
HSL color Cylindrical-coordinate representation of color #8BDC95: hue angle of 127.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDC95 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 149 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.14 |
| HSL | 127.41º | 0.54% | 0.7% | - |
| HSV(B) | 127.41º | 0.37% | 0.86% | - |
| XYZ | 41.67 | 58.85 | 37.6 | - |
| YUV | 187.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 149 | 0.37 | 0 | 0.32 | 0.14 | 127.41 | 0.54 | 0.7 |
| Hex | 8B | DC | 95 | 25 | 0 | 20 | E | 7F | 36 | 46 |
| Octal | 213 | 334 | 225 | 45 | 0 | 40 | 16 | 177 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10010101 | 100101 | 0 | 100000 | 1110 | 1111111 | 110110 | 1000110 |
Color Harmonies of #8BDC95
Complementary color
Monochromatic Colors of #8BDC95
Black with #8BDC95
Text Example
Text Example
White with #8BDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC95; }
p { color: rgb(139,220,149); }
H1.HeaderClassName
{
color: #8BDC95;
}
.AnyTagClassName
{
color: #8BDC95;
}
</style>
background-color css
<style>
a { background-color: #8BDC95; }
a { background-color: rgb(139,220,149); }
div.DivClassName
{
background-color: #8BDC95;
}
.BgClassName
{
background-color: #8BDC95;
}
</style>
border-color css
<style>
span { border-color: #8BDC95; }
span { border-color: rgb(139,220,149); }
td.TdClassName
{
border-color: #8BDC95;
}
.TagClassName
{
border-color: #8BDC95;
}
</style>