Shades of Light Green #8CF28E
Tints of Light Green #8CF28E
RGB
CMYK
RGB Variations
Color information
#8CF28E (or 0x8CF28E) is known color: Light Green. HEX triplet: 8C, F2 and 8E. RGB value is (140,242,142). Sum of RGB (Red+Green+Blue) = 140+242+142=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF28E is #730D71. Grayscale: #C8C8C8. Windows color (decimal): -7540082 or 9368204. OLE color: 9368204.
HSL color Cylindrical-coordinate representation of color #8CF28E: hue angle of 121.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF28E is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 142 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.05 |
| HSL | 121.18º | 0.8% | 0.75% | - |
| HSV(B) | 121.18º | 0.42% | 0.95% | - |
| XYZ | 47.45 | 71.03 | 36.8 | - |
| YUV | 200.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 142 | 0.42 | 0 | 0.41 | 0.05 | 121.18 | 0.8 | 0.75 |
| Hex | 8C | F2 | 8E | 2A | 0 | 29 | 5 | 79 | 50 | 4B |
| Octal | 214 | 362 | 216 | 52 | 0 | 51 | 5 | 171 | 120 | 113 |
| Binary | 10001100 | 11110010 | 10001110 | 101010 | 0 | 101001 | 101 | 1111001 | 1010000 | 1001011 |
Color Harmonies of #8CF28E
Complementary color
Monochromatic Colors of #8CF28E
Black with #8CF28E
Text Example
Text Example
White with #8CF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF28E; }
p { color: rgb(140,242,142); }
H1.HeaderClassName
{
color: #8CF28E;
}
.AnyTagClassName
{
color: #8CF28E;
}
</style>
background-color css
<style>
a { background-color: #8CF28E; }
a { background-color: rgb(140,242,142); }
div.DivClassName
{
background-color: #8CF28E;
}
.BgClassName
{
background-color: #8CF28E;
}
</style>
border-color css
<style>
span { border-color: #8CF28E; }
span { border-color: rgb(140,242,142); }
td.TdClassName
{
border-color: #8CF28E;
}
.TagClassName
{
border-color: #8CF28E;
}
</style>