Shades of Light Green #8FFC70
Tints of Light Green #8FFC70
RGB
CMYK
RGB Variations
Color information
#8FFC70 (or 0x8FFC70) is known color: Light Green. HEX triplet: 8F, FC and 70. RGB value is (143,252,112). Sum of RGB (Red+Green+Blue) = 143+252+112=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FFC70 is #70038F. Grayscale: #CBCBCB. Windows color (decimal): -7340944 or 7404687. OLE color: 7404687.
HSL color Cylindrical-coordinate representation of color #8FFC70: hue angle of 106.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FFC70 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 112 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.01 |
| HSL | 106.71º | 0.96% | 0.71% | - |
| HSV(B) | 106.71º | 0.56% | 0.99% | - |
| XYZ | 49.06 | 76.63 | 27.53 | - |
| YUV | 203.45 | 76.39 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 112 | 0.43 | 0 | 0.56 | 0.01 | 106.71 | 0.96 | 0.71 |
| Hex | 8F | FC | 70 | 2B | 0 | 38 | 1 | 6B | 60 | 47 |
| Octal | 217 | 374 | 160 | 53 | 0 | 70 | 1 | 153 | 140 | 107 |
| Binary | 10001111 | 11111100 | 1110000 | 101011 | 0 | 111000 | 1 | 1101011 | 1100000 | 1000111 |
Color Harmonies of #8FFC70
Complementary color
Monochromatic Colors of #8FFC70
Black with #8FFC70
Text Example
Text Example
White with #8FFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFC70; }
p { color: rgb(143,252,112); }
H1.HeaderClassName
{
color: #8FFC70;
}
.AnyTagClassName
{
color: #8FFC70;
}
</style>
background-color css
<style>
a { background-color: #8FFC70; }
a { background-color: rgb(143,252,112); }
div.DivClassName
{
background-color: #8FFC70;
}
.BgClassName
{
background-color: #8FFC70;
}
</style>
border-color css
<style>
span { border-color: #8FFC70; }
span { border-color: rgb(143,252,112); }
td.TdClassName
{
border-color: #8FFC70;
}
.TagClassName
{
border-color: #8FFC70;
}
</style>