Shades of Light Green #8CED85
Tints of Light Green #8CED85
RGB
CMYK
RGB Variations
Color information
#8CED85 (or 0x8CED85) is known color: Light Green. HEX triplet: 8C, ED and 85. RGB value is (140,237,133). Sum of RGB (Red+Green+Blue) = 140+237+133=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CED85 is #73127A. Grayscale: #C4C4C4. Windows color (decimal): -7541371 or 8777100. OLE color: 8777100.
HSL color Cylindrical-coordinate representation of color #8CED85: hue angle of 115.96º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CED85 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 133 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.07 |
| HSL | 115.96º | 0.74% | 0.73% | - |
| HSV(B) | 115.96º | 0.44% | 0.93% | - |
| XYZ | 45.33 | 67.84 | 32.89 | - |
| YUV | 196.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 133 | 0.41 | 0 | 0.44 | 0.07 | 115.96 | 0.74 | 0.73 |
| Hex | 8C | ED | 85 | 29 | 0 | 2C | 7 | 74 | 4A | 49 |
| Octal | 214 | 355 | 205 | 51 | 0 | 54 | 7 | 164 | 112 | 111 |
| Binary | 10001100 | 11101101 | 10000101 | 101001 | 0 | 101100 | 111 | 1110100 | 1001010 | 1001001 |
Color Harmonies of #8CED85
Complementary color
Monochromatic Colors of #8CED85
Black with #8CED85
Text Example
Text Example
White with #8CED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CED85; }
p { color: rgb(140,237,133); }
H1.HeaderClassName
{
color: #8CED85;
}
.AnyTagClassName
{
color: #8CED85;
}
</style>
background-color css
<style>
a { background-color: #8CED85; }
a { background-color: rgb(140,237,133); }
div.DivClassName
{
background-color: #8CED85;
}
.BgClassName
{
background-color: #8CED85;
}
</style>
border-color css
<style>
span { border-color: #8CED85; }
span { border-color: rgb(140,237,133); }
td.TdClassName
{
border-color: #8CED85;
}
.TagClassName
{
border-color: #8CED85;
}
</style>