Shades of Light Green #8CF07F
Tints of Light Green #8CF07F
RGB
CMYK
RGB Variations
Color information
#8CF07F (or 0x8CF07F) is known color: Light Green. HEX triplet: 8C, F0 and 7F. RGB value is (140,240,127). Sum of RGB (Red+Green+Blue) = 140+240+127=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF07F is #730F80. Grayscale: #C5C5C5. Windows color (decimal): -7540609 or 8384652. OLE color: 8384652.
HSL color Cylindrical-coordinate representation of color #8CF07F: hue angle of 113.1º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CF07F is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 127 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.06 |
| HSL | 113.1º | 0.79% | 0.72% | - |
| HSV(B) | 113.1º | 0.47% | 0.94% | - |
| XYZ | 45.81 | 69.43 | 31.07 | - |
| YUV | 197.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 127 | 0.42 | 0 | 0.47 | 0.06 | 113.1 | 0.79 | 0.72 |
| Hex | 8C | F0 | 7F | 2A | 0 | 2F | 6 | 71 | 4F | 48 |
| Octal | 214 | 360 | 177 | 52 | 0 | 57 | 6 | 161 | 117 | 110 |
| Binary | 10001100 | 11110000 | 1111111 | 101010 | 0 | 101111 | 110 | 1110001 | 1001111 | 1001000 |
Color Harmonies of #8CF07F
Complementary color
Monochromatic Colors of #8CF07F
Black with #8CF07F
Text Example
Text Example
White with #8CF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF07F; }
p { color: rgb(140,240,127); }
H1.HeaderClassName
{
color: #8CF07F;
}
.AnyTagClassName
{
color: #8CF07F;
}
</style>
background-color css
<style>
a { background-color: #8CF07F; }
a { background-color: rgb(140,240,127); }
div.DivClassName
{
background-color: #8CF07F;
}
.BgClassName
{
background-color: #8CF07F;
}
</style>
border-color css
<style>
span { border-color: #8CF07F; }
span { border-color: rgb(140,240,127); }
td.TdClassName
{
border-color: #8CF07F;
}
.TagClassName
{
border-color: #8CF07F;
}
</style>