Shades of Light Green #8CFE80
Tints of Light Green #8CFE80
RGB
CMYK
RGB Variations
Color information
#8CFE80 (or 0x8CFE80) is known color: Light Green. HEX triplet: 8C, FE and 80. RGB value is (140,254,128). Sum of RGB (Red+Green+Blue) = 140+254+128=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFE80 is #73017F. Grayscale: #CDCDCD. Windows color (decimal): -7537024 or 8453772. OLE color: 8453772.
HSL color Cylindrical-coordinate representation of color #8CFE80: hue angle of 114.29º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CFE80 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 128 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.00 |
| HSL | 114.29º | 0.98% | 0.75% | - |
| HSV(B) | 114.29º | 0.5% | 1% | - |
| XYZ | 50.15 | 78.02 | 32.84 | - |
| YUV | 205.55 | 84.23 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 128 | 0.45 | 0 | 0.50 | 0.00 | 114.29 | 0.98 | 0.75 |
| Hex | 8C | FE | 80 | 2D | 0 | 32 | 0 | 72 | 62 | 4B |
| Octal | 214 | 376 | 200 | 55 | 0 | 62 | 0 | 162 | 142 | 113 |
| Binary | 10001100 | 11111110 | 10000000 | 101101 | 0 | 110010 | 0 | 1110010 | 1100010 | 1001011 |
Color Harmonies of #8CFE80
Complementary color
Monochromatic Colors of #8CFE80
Black with #8CFE80
Text Example
Text Example
White with #8CFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE80; }
p { color: rgb(140,254,128); }
H1.HeaderClassName
{
color: #8CFE80;
}
.AnyTagClassName
{
color: #8CFE80;
}
</style>
background-color css
<style>
a { background-color: #8CFE80; }
a { background-color: rgb(140,254,128); }
div.DivClassName
{
background-color: #8CFE80;
}
.BgClassName
{
background-color: #8CFE80;
}
</style>
border-color css
<style>
span { border-color: #8CFE80; }
span { border-color: rgb(140,254,128); }
td.TdClassName
{
border-color: #8CFE80;
}
.TagClassName
{
border-color: #8CFE80;
}
</style>