Shades of Light Green #8CFD80
Tints of Light Green #8CFD80
RGB
CMYK
RGB Variations
Color information
#8CFD80 (or 0x8CFD80) is known color: Light Green. HEX triplet: 8C, FD and 80. RGB value is (140,253,128). Sum of RGB (Red+Green+Blue) = 140+253+128=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFD80 is #73027F. Grayscale: #CDCDCD. Windows color (decimal): -7537280 or 8453516. OLE color: 8453516.
HSL color Cylindrical-coordinate representation of color #8CFD80: hue angle of 114.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CFD80 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 128 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.01 |
| HSL | 114.24º | 0.97% | 0.75% | - |
| HSV(B) | 114.24º | 0.49% | 0.99% | - |
| XYZ | 49.84 | 77.38 | 32.73 | - |
| YUV | 204.96 | 84.56 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 128 | 0.45 | 0 | 0.49 | 0.01 | 114.24 | 0.97 | 0.75 |
| Hex | 8C | FD | 80 | 2D | 0 | 31 | 1 | 72 | 61 | 4B |
| Octal | 214 | 375 | 200 | 55 | 0 | 61 | 1 | 162 | 141 | 113 |
| Binary | 10001100 | 11111101 | 10000000 | 101101 | 0 | 110001 | 1 | 1110010 | 1100001 | 1001011 |
Color Harmonies of #8CFD80
Complementary color
Monochromatic Colors of #8CFD80
Black with #8CFD80
Text Example
Text Example
White with #8CFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD80; }
p { color: rgb(140,253,128); }
H1.HeaderClassName
{
color: #8CFD80;
}
.AnyTagClassName
{
color: #8CFD80;
}
</style>
background-color css
<style>
a { background-color: #8CFD80; }
a { background-color: rgb(140,253,128); }
div.DivClassName
{
background-color: #8CFD80;
}
.BgClassName
{
background-color: #8CFD80;
}
</style>
border-color css
<style>
span { border-color: #8CFD80; }
span { border-color: rgb(140,253,128); }
td.TdClassName
{
border-color: #8CFD80;
}
.TagClassName
{
border-color: #8CFD80;
}
</style>