Shades of Light Green #8CDE85
Tints of Light Green #8CDE85
RGB
CMYK
RGB Variations
Color information
#8CDE85 (or 0x8CDE85) is known color: Light Green. HEX triplet: 8C, DE and 85. RGB value is (140,222,133). Sum of RGB (Red+Green+Blue) = 140+222+133=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDE85 is #73217A. Grayscale: #BBBBBB. Windows color (decimal): -7545211 or 8773260. OLE color: 8773260.
HSL color Cylindrical-coordinate representation of color #8CDE85: hue angle of 115.28º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDE85 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 133 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.13 |
| HSL | 115.28º | 0.57% | 0.7% | - |
| HSV(B) | 115.28º | 0.4% | 0.87% | - |
| XYZ | 41.17 | 59.51 | 31.51 | - |
| YUV | 187.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 133 | 0.37 | 0 | 0.40 | 0.13 | 115.28 | 0.57 | 0.7 |
| Hex | 8C | DE | 85 | 25 | 0 | 28 | D | 73 | 39 | 46 |
| Octal | 214 | 336 | 205 | 45 | 0 | 50 | 15 | 163 | 71 | 106 |
| Binary | 10001100 | 11011110 | 10000101 | 100101 | 0 | 101000 | 1101 | 1110011 | 111001 | 1000110 |
Color Harmonies of #8CDE85
Complementary color
Monochromatic Colors of #8CDE85
Black with #8CDE85
Text Example
Text Example
White with #8CDE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDE85; }
p { color: rgb(140,222,133); }
H1.HeaderClassName
{
color: #8CDE85;
}
.AnyTagClassName
{
color: #8CDE85;
}
</style>
background-color css
<style>
a { background-color: #8CDE85; }
a { background-color: rgb(140,222,133); }
div.DivClassName
{
background-color: #8CDE85;
}
.BgClassName
{
background-color: #8CDE85;
}
</style>
border-color css
<style>
span { border-color: #8CDE85; }
span { border-color: rgb(140,222,133); }
td.TdClassName
{
border-color: #8CDE85;
}
.TagClassName
{
border-color: #8CDE85;
}
</style>