Shades of Light Green #8CF472
Tints of Light Green #8CF472
RGB
CMYK
RGB Variations
Color information
#8CF472 (or 0x8CF472) is known color: Light Green. HEX triplet: 8C, F4 and 72. RGB value is (140,244,114). Sum of RGB (Red+Green+Blue) = 140+244+114=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF472 is #730B8D. Grayscale: #C6C6C6. Windows color (decimal): -7539598 or 7533708. OLE color: 7533708.
HSL color Cylindrical-coordinate representation of color #8CF472: hue angle of 108º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CF472 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 244 | 114 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.04 |
| HSL | 108º | 0.86% | 0.7% | - |
| HSV(B) | 108º | 0.53% | 0.96% | - |
| XYZ | 46.2 | 71.49 | 27.28 | - |
| YUV | 198.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 244 | 114 | 0.43 | 0 | 0.53 | 0.04 | 108 | 0.86 | 0.7 |
| Hex | 8C | F4 | 72 | 2B | 0 | 35 | 4 | 6C | 56 | 46 |
| Octal | 214 | 364 | 162 | 53 | 0 | 65 | 4 | 154 | 126 | 106 |
| Binary | 10001100 | 11110100 | 1110010 | 101011 | 0 | 110101 | 100 | 1101100 | 1010110 | 1000110 |
Color Harmonies of #8CF472
Complementary color
Monochromatic Colors of #8CF472
Black with #8CF472
Text Example
Text Example
White with #8CF472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF472; }
p { color: rgb(140,244,114); }
H1.HeaderClassName
{
color: #8CF472;
}
.AnyTagClassName
{
color: #8CF472;
}
</style>
background-color css
<style>
a { background-color: #8CF472; }
a { background-color: rgb(140,244,114); }
div.DivClassName
{
background-color: #8CF472;
}
.BgClassName
{
background-color: #8CF472;
}
</style>
border-color css
<style>
span { border-color: #8CF472; }
span { border-color: rgb(140,244,114); }
td.TdClassName
{
border-color: #8CF472;
}
.TagClassName
{
border-color: #8CF472;
}
</style>