Shades of Light Green #8CF87C
Tints of Light Green #8CF87C
RGB
CMYK
RGB Variations
Color information
#8CF87C (or 0x8CF87C) is known color: Light Green. HEX triplet: 8C, F8 and 7C. RGB value is (140,248,124). Sum of RGB (Red+Green+Blue) = 140+248+124=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF87C is #730783. Grayscale: #C9C9C9. Windows color (decimal): -7538564 or 8190092. OLE color: 8190092.
HSL color Cylindrical-coordinate representation of color #8CF87C: hue angle of 112.26º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CF87C is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 124 | - |
| CMYK | 0.44 | 0 | 0.5 | 0.03 |
| HSL | 112.26º | 0.9% | 0.73% | - |
| HSV(B) | 112.26º | 0.5% | 0.97% | - |
| XYZ | 48.02 | 74.17 | 30.85 | - |
| YUV | 201.57 | 84.22 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 124 | 0.44 | 0 | 0.5 | 0.03 | 112.26 | 0.9 | 0.73 |
| Hex | 8C | F8 | 7C | 2C | 0 | 32 | 3 | 70 | 5A | 49 |
| Octal | 214 | 370 | 174 | 54 | 0 | 62 | 3 | 160 | 132 | 111 |
| Binary | 10001100 | 11111000 | 1111100 | 101100 | 0 | 110010 | 11 | 1110000 | 1011010 | 1001001 |
Color Harmonies of #8CF87C
Complementary color
Monochromatic Colors of #8CF87C
Black with #8CF87C
Text Example
Text Example
White with #8CF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF87C; }
p { color: rgb(140,248,124); }
H1.HeaderClassName
{
color: #8CF87C;
}
.AnyTagClassName
{
color: #8CF87C;
}
</style>
background-color css
<style>
a { background-color: #8CF87C; }
a { background-color: rgb(140,248,124); }
div.DivClassName
{
background-color: #8CF87C;
}
.BgClassName
{
background-color: #8CF87C;
}
</style>
border-color css
<style>
span { border-color: #8CF87C; }
span { border-color: rgb(140,248,124); }
td.TdClassName
{
border-color: #8CF87C;
}
.TagClassName
{
border-color: #8CF87C;
}
</style>