Shades of Light Green #8FF880
Tints of Light Green #8FF880
RGB
CMYK
RGB Variations
Color information
#8FF880 (or 0x8FF880) is known color: Light Green. HEX triplet: 8F, F8 and 80. RGB value is (143,248,128). Sum of RGB (Red+Green+Blue) = 143+248+128=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF880 is #70077F. Grayscale: #CBCBCB. Windows color (decimal): -7341952 or 8452239. OLE color: 8452239.
HSL color Cylindrical-coordinate representation of color #8FF880: hue angle of 112.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FF880 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 248 | 128 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.03 |
| HSL | 112.5º | 0.9% | 0.74% | - |
| HSV(B) | 112.5º | 0.48% | 0.97% | - |
| XYZ | 48.79 | 74.53 | 32.24 | - |
| YUV | 202.93 | 85.71 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 248 | 128 | 0.42 | 0 | 0.48 | 0.03 | 112.5 | 0.9 | 0.74 |
| Hex | 8F | F8 | 80 | 2A | 0 | 30 | 3 | 70 | 5A | 4A |
| Octal | 217 | 370 | 200 | 52 | 0 | 60 | 3 | 160 | 132 | 112 |
| Binary | 10001111 | 11111000 | 10000000 | 101010 | 0 | 110000 | 11 | 1110000 | 1011010 | 1001010 |
Color Harmonies of #8FF880
Complementary color
Monochromatic Colors of #8FF880
Black with #8FF880
Text Example
Text Example
White with #8FF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF880; }
p { color: rgb(143,248,128); }
H1.HeaderClassName
{
color: #8FF880;
}
.AnyTagClassName
{
color: #8FF880;
}
</style>
background-color css
<style>
a { background-color: #8FF880; }
a { background-color: rgb(143,248,128); }
div.DivClassName
{
background-color: #8FF880;
}
.BgClassName
{
background-color: #8FF880;
}
</style>
border-color css
<style>
span { border-color: #8FF880; }
span { border-color: rgb(143,248,128); }
td.TdClassName
{
border-color: #8FF880;
}
.TagClassName
{
border-color: #8FF880;
}
</style>