Shades of Light Green #8CF087
Tints of Light Green #8CF087
RGB
CMYK
RGB Variations
Color information
#8CF087 (or 0x8CF087) is known color: Light Green. HEX triplet: 8C, F0 and 87. RGB value is (140,240,135). Sum of RGB (Red+Green+Blue) = 140+240+135=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF087 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF087 is #730F78. Grayscale: #C6C6C6. Windows color (decimal): -7540601 or 8908940. OLE color: 8908940.
HSL color Cylindrical-coordinate representation of color #8CF087: hue angle of 117.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF087 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 135 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.06 |
| HSL | 117.14º | 0.78% | 0.74% | - |
| HSV(B) | 117.14º | 0.44% | 0.94% | - |
| XYZ | 46.35 | 69.64 | 33.92 | - |
| YUV | 198.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 135 | 0.42 | 0 | 0.44 | 0.06 | 117.14 | 0.78 | 0.74 |
| Hex | 8C | F0 | 87 | 2A | 0 | 2C | 6 | 75 | 4E | 4A |
| Octal | 214 | 360 | 207 | 52 | 0 | 54 | 6 | 165 | 116 | 112 |
| Binary | 10001100 | 11110000 | 10000111 | 101010 | 0 | 101100 | 110 | 1110101 | 1001110 | 1001010 |
Color Harmonies of #8CF087
Complementary color
Monochromatic Colors of #8CF087
Black with #8CF087
Text Example
Text Example
White with #8CF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF087; }
p { color: rgb(140,240,135); }
H1.HeaderClassName
{
color: #8CF087;
}
.AnyTagClassName
{
color: #8CF087;
}
</style>
background-color css
<style>
a { background-color: #8CF087; }
a { background-color: rgb(140,240,135); }
div.DivClassName
{
background-color: #8CF087;
}
.BgClassName
{
background-color: #8CF087;
}
</style>
border-color css
<style>
span { border-color: #8CF087; }
span { border-color: rgb(140,240,135); }
td.TdClassName
{
border-color: #8CF087;
}
.TagClassName
{
border-color: #8CF087;
}
</style>