Shades of Light Green #8CF07C
Tints of Light Green #8CF07C
RGB
CMYK
RGB Variations
Color information
#8CF07C (or 0x8CF07C) is known color: Light Green. HEX triplet: 8C, F0 and 7C. RGB value is (140,240,124). Sum of RGB (Red+Green+Blue) = 140+240+124=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF07C is #730F83. Grayscale: #C5C5C5. Windows color (decimal): -7540612 or 8188044. OLE color: 8188044.
HSL color Cylindrical-coordinate representation of color #8CF07C: hue angle of 111.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CF07C is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 124 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.06 |
| HSL | 111.72º | 0.79% | 0.71% | - |
| HSV(B) | 111.72º | 0.48% | 0.94% | - |
| XYZ | 45.61 | 69.35 | 30.05 | - |
| YUV | 196.88 | 86.87 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 124 | 0.42 | 0 | 0.48 | 0.06 | 111.72 | 0.79 | 0.71 |
| Hex | 8C | F0 | 7C | 2A | 0 | 30 | 6 | 70 | 4F | 47 |
| Octal | 214 | 360 | 174 | 52 | 0 | 60 | 6 | 160 | 117 | 107 |
| Binary | 10001100 | 11110000 | 1111100 | 101010 | 0 | 110000 | 110 | 1110000 | 1001111 | 1000111 |
Color Harmonies of #8CF07C
Complementary color
Monochromatic Colors of #8CF07C
Black with #8CF07C
Text Example
Text Example
White with #8CF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF07C; }
p { color: rgb(140,240,124); }
H1.HeaderClassName
{
color: #8CF07C;
}
.AnyTagClassName
{
color: #8CF07C;
}
</style>
background-color css
<style>
a { background-color: #8CF07C; }
a { background-color: rgb(140,240,124); }
div.DivClassName
{
background-color: #8CF07C;
}
.BgClassName
{
background-color: #8CF07C;
}
</style>
border-color css
<style>
span { border-color: #8CF07C; }
span { border-color: rgb(140,240,124); }
td.TdClassName
{
border-color: #8CF07C;
}
.TagClassName
{
border-color: #8CF07C;
}
</style>