Shades of Light Green #8CF27E
Tints of Light Green #8CF27E
RGB
CMYK
RGB Variations
Color information
#8CF27E (or 0x8CF27E) is known color: Light Green. HEX triplet: 8C, F2 and 7E. RGB value is (140,242,126). Sum of RGB (Red+Green+Blue) = 140+242+126=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF27E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF27E is #730D81. Grayscale: #C6C6C6. Windows color (decimal): -7540098 or 8319628. OLE color: 8319628.
HSL color Cylindrical-coordinate representation of color #8CF27E: hue angle of 112.76º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CF27E is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 126 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.05 |
| HSL | 112.76º | 0.82% | 0.72% | - |
| HSV(B) | 112.76º | 0.48% | 0.95% | - |
| XYZ | 46.33 | 70.59 | 30.92 | - |
| YUV | 198.28 | 87.21 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 126 | 0.42 | 0 | 0.48 | 0.05 | 112.76 | 0.82 | 0.72 |
| Hex | 8C | F2 | 7E | 2A | 0 | 30 | 5 | 71 | 52 | 48 |
| Octal | 214 | 362 | 176 | 52 | 0 | 60 | 5 | 161 | 122 | 110 |
| Binary | 10001100 | 11110010 | 1111110 | 101010 | 0 | 110000 | 101 | 1110001 | 1010010 | 1001000 |
Color Harmonies of #8CF27E
Complementary color
Monochromatic Colors of #8CF27E
Black with #8CF27E
Text Example
Text Example
White with #8CF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF27E; }
p { color: rgb(140,242,126); }
H1.HeaderClassName
{
color: #8CF27E;
}
.AnyTagClassName
{
color: #8CF27E;
}
</style>
background-color css
<style>
a { background-color: #8CF27E; }
a { background-color: rgb(140,242,126); }
div.DivClassName
{
background-color: #8CF27E;
}
.BgClassName
{
background-color: #8CF27E;
}
</style>
border-color css
<style>
span { border-color: #8CF27E; }
span { border-color: rgb(140,242,126); }
td.TdClassName
{
border-color: #8CF27E;
}
.TagClassName
{
border-color: #8CF27E;
}
</style>