Shades of Light Green #8CFB70
Tints of Light Green #8CFB70
RGB
CMYK
RGB Variations
Color information
#8CFB70 (or 0x8CFB70) is known color: Light Green. HEX triplet: 8C, FB and 70. RGB value is (140,251,112). Sum of RGB (Red+Green+Blue) = 140+251+112=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFB70 is #73048F. Grayscale: #CACACA. Windows color (decimal): -7537808 or 7404428. OLE color: 7404428.
HSL color Cylindrical-coordinate representation of color #8CFB70: hue angle of 107.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CFB70 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 112 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.02 |
| HSL | 107.91º | 0.95% | 0.71% | - |
| HSV(B) | 107.91º | 0.55% | 0.98% | - |
| XYZ | 48.24 | 75.74 | 27.41 | - |
| YUV | 201.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 112 | 0.44 | 0 | 0.55 | 0.02 | 107.91 | 0.95 | 0.71 |
| Hex | 8C | FB | 70 | 2C | 0 | 37 | 2 | 6C | 5F | 47 |
| Octal | 214 | 373 | 160 | 54 | 0 | 67 | 2 | 154 | 137 | 107 |
| Binary | 10001100 | 11111011 | 1110000 | 101100 | 0 | 110111 | 10 | 1101100 | 1011111 | 1000111 |
Color Harmonies of #8CFB70
Complementary color
Monochromatic Colors of #8CFB70
Black with #8CFB70
Text Example
Text Example
White with #8CFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFB70; }
p { color: rgb(140,251,112); }
H1.HeaderClassName
{
color: #8CFB70;
}
.AnyTagClassName
{
color: #8CFB70;
}
</style>
background-color css
<style>
a { background-color: #8CFB70; }
a { background-color: rgb(140,251,112); }
div.DivClassName
{
background-color: #8CFB70;
}
.BgClassName
{
background-color: #8CFB70;
}
</style>
border-color css
<style>
span { border-color: #8CFB70; }
span { border-color: rgb(140,251,112); }
td.TdClassName
{
border-color: #8CFB70;
}
.TagClassName
{
border-color: #8CFB70;
}
</style>