Shades of Light Green #8CF076
Tints of Light Green #8CF076
RGB
CMYK
RGB Variations
Color information
#8CF076 (or 0x8CF076) is known color: Light Green. HEX triplet: 8C, F0 and 76. RGB value is (140,240,118). Sum of RGB (Red+Green+Blue) = 140+240+118=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF076 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF076 is #730F89. Grayscale: #C4C4C4. Windows color (decimal): -7540618 or 7794828. OLE color: 7794828.
HSL color Cylindrical-coordinate representation of color #8CF076: hue angle of 109.18º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CF076 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 118 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.06 |
| HSL | 109.18º | 0.8% | 0.7% | - |
| HSV(B) | 109.18º | 0.51% | 0.94% | - |
| XYZ | 45.25 | 69.2 | 28.11 | - |
| YUV | 196.19 | 83.87 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 118 | 0.42 | 0 | 0.51 | 0.06 | 109.18 | 0.8 | 0.7 |
| Hex | 8C | F0 | 76 | 2A | 0 | 33 | 6 | 6D | 50 | 46 |
| Octal | 214 | 360 | 166 | 52 | 0 | 63 | 6 | 155 | 120 | 106 |
| Binary | 10001100 | 11110000 | 1110110 | 101010 | 0 | 110011 | 110 | 1101101 | 1010000 | 1000110 |
Color Harmonies of #8CF076
Complementary color
Monochromatic Colors of #8CF076
Black with #8CF076
Text Example
Text Example
White with #8CF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF076; }
p { color: rgb(140,240,118); }
H1.HeaderClassName
{
color: #8CF076;
}
.AnyTagClassName
{
color: #8CF076;
}
</style>
background-color css
<style>
a { background-color: #8CF076; }
a { background-color: rgb(140,240,118); }
div.DivClassName
{
background-color: #8CF076;
}
.BgClassName
{
background-color: #8CF076;
}
</style>
border-color css
<style>
span { border-color: #8CF076; }
span { border-color: rgb(140,240,118); }
td.TdClassName
{
border-color: #8CF076;
}
.TagClassName
{
border-color: #8CF076;
}
</style>