Shades of Light Green #8CDB92
Tints of Light Green #8CDB92
RGB
CMYK
RGB Variations
Color information
#8CDB92 (or 0x8CDB92) is known color: Light Green. HEX triplet: 8C, DB and 92. RGB value is (140,219,146). Sum of RGB (Red+Green+Blue) = 140+219+146=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDB92 is #73246D. Grayscale: #BBBBBB. Windows color (decimal): -7545966 or 9624460. OLE color: 9624460.
HSL color Cylindrical-coordinate representation of color #8CDB92: hue angle of 124.56º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDB92 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 146 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.14 |
| HSL | 124.56º | 0.52% | 0.7% | - |
| HSV(B) | 124.56º | 0.36% | 0.86% | - |
| XYZ | 41.34 | 58.31 | 36.27 | - |
| YUV | 187.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 146 | 0.36 | 0 | 0.33 | 0.14 | 124.56 | 0.52 | 0.7 |
| Hex | 8C | DB | 92 | 24 | 0 | 21 | E | 7D | 34 | 46 |
| Octal | 214 | 333 | 222 | 44 | 0 | 41 | 16 | 175 | 64 | 106 |
| Binary | 10001100 | 11011011 | 10010010 | 100100 | 0 | 100001 | 1110 | 1111101 | 110100 | 1000110 |
Color Harmonies of #8CDB92
Complementary color
Monochromatic Colors of #8CDB92
Black with #8CDB92
Text Example
Text Example
White with #8CDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB92; }
p { color: rgb(140,219,146); }
H1.HeaderClassName
{
color: #8CDB92;
}
.AnyTagClassName
{
color: #8CDB92;
}
</style>
background-color css
<style>
a { background-color: #8CDB92; }
a { background-color: rgb(140,219,146); }
div.DivClassName
{
background-color: #8CDB92;
}
.BgClassName
{
background-color: #8CDB92;
}
</style>
border-color css
<style>
span { border-color: #8CDB92; }
span { border-color: rgb(140,219,146); }
td.TdClassName
{
border-color: #8CDB92;
}
.TagClassName
{
border-color: #8CDB92;
}
</style>