Shades of Light Green #8CF075
Tints of Light Green #8CF075
RGB
CMYK
RGB Variations
Color information
#8CF075 (or 0x8CF075) is known color: Light Green. HEX triplet: 8C, F0 and 75. RGB value is (140,240,117). Sum of RGB (Red+Green+Blue) = 140+240+117=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF075 is #730F8A. Grayscale: #C4C4C4. Windows color (decimal): -7540619 or 7729292. OLE color: 7729292.
HSL color Cylindrical-coordinate representation of color #8CF075: hue angle of 108.78º 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 #8CF075 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 117 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.06 |
| HSL | 108.78º | 0.8% | 0.7% | - |
| HSV(B) | 108.78º | 0.51% | 0.94% | - |
| XYZ | 45.19 | 69.18 | 27.8 | - |
| YUV | 196.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 117 | 0.42 | 0 | 0.51 | 0.06 | 108.78 | 0.8 | 0.7 |
| Hex | 8C | F0 | 75 | 2A | 0 | 33 | 6 | 6D | 50 | 46 |
| Octal | 214 | 360 | 165 | 52 | 0 | 63 | 6 | 155 | 120 | 106 |
| Binary | 10001100 | 11110000 | 1110101 | 101010 | 0 | 110011 | 110 | 1101101 | 1010000 | 1000110 |
Color Harmonies of #8CF075
Complementary color
Monochromatic Colors of #8CF075
Black with #8CF075
Text Example
Text Example
White with #8CF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF075; }
p { color: rgb(140,240,117); }
H1.HeaderClassName
{
color: #8CF075;
}
.AnyTagClassName
{
color: #8CF075;
}
</style>
background-color css
<style>
a { background-color: #8CF075; }
a { background-color: rgb(140,240,117); }
div.DivClassName
{
background-color: #8CF075;
}
.BgClassName
{
background-color: #8CF075;
}
</style>
border-color css
<style>
span { border-color: #8CF075; }
span { border-color: rgb(140,240,117); }
td.TdClassName
{
border-color: #8CF075;
}
.TagClassName
{
border-color: #8CF075;
}
</style>