Shades of Light Green #8CF278
Tints of Light Green #8CF278
RGB
CMYK
RGB Variations
Color information
#8CF278 (or 0x8CF278) is known color: Light Green. HEX triplet: 8C, F2 and 78. RGB value is (140,242,120). Sum of RGB (Red+Green+Blue) = 140+242+120=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF278 is #730D87. Grayscale: #C5C5C5. Windows color (decimal): -7540104 or 7926412. OLE color: 7926412.
HSL color Cylindrical-coordinate representation of color #8CF278: hue angle of 110.16º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CF278 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 120 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.05 |
| HSL | 110.16º | 0.82% | 0.71% | - |
| HSV(B) | 110.16º | 0.5% | 0.95% | - |
| XYZ | 45.96 | 70.44 | 28.94 | - |
| YUV | 197.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 120 | 0.42 | 0 | 0.50 | 0.05 | 110.16 | 0.82 | 0.71 |
| Hex | 8C | F2 | 78 | 2A | 0 | 32 | 5 | 6E | 52 | 47 |
| Octal | 214 | 362 | 170 | 52 | 0 | 62 | 5 | 156 | 122 | 107 |
| Binary | 10001100 | 11110010 | 1111000 | 101010 | 0 | 110010 | 101 | 1101110 | 1010010 | 1000111 |
Color Harmonies of #8CF278
Complementary color
Monochromatic Colors of #8CF278
Black with #8CF278
Text Example
Text Example
White with #8CF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF278; }
p { color: rgb(140,242,120); }
H1.HeaderClassName
{
color: #8CF278;
}
.AnyTagClassName
{
color: #8CF278;
}
</style>
background-color css
<style>
a { background-color: #8CF278; }
a { background-color: rgb(140,242,120); }
div.DivClassName
{
background-color: #8CF278;
}
.BgClassName
{
background-color: #8CF278;
}
</style>
border-color css
<style>
span { border-color: #8CF278; }
span { border-color: rgb(140,242,120); }
td.TdClassName
{
border-color: #8CF278;
}
.TagClassName
{
border-color: #8CF278;
}
</style>