Shades of Light Green #8CFC80
Tints of Light Green #8CFC80
RGB
CMYK
RGB Variations
Color information
#8CFC80 (or 0x8CFC80) is known color: Light Green. HEX triplet: 8C, FC and 80. RGB value is (140,252,128). Sum of RGB (Red+Green+Blue) = 140+252+128=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFC80 is #73037F. Grayscale: #CCCCCC. Windows color (decimal): -7537536 or 8453260. OLE color: 8453260.
HSL color Cylindrical-coordinate representation of color #8CFC80: hue angle of 114.19º degrees, saturation: 0.95, 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 #8CFC80 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 128 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.01 |
| HSL | 114.19º | 0.95% | 0.75% | - |
| HSV(B) | 114.19º | 0.49% | 0.99% | - |
| XYZ | 49.52 | 76.75 | 32.63 | - |
| YUV | 204.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 128 | 0.44 | 0 | 0.49 | 0.01 | 114.19 | 0.95 | 0.75 |
| Hex | 8C | FC | 80 | 2C | 0 | 31 | 1 | 72 | 5F | 4B |
| Octal | 214 | 374 | 200 | 54 | 0 | 61 | 1 | 162 | 137 | 113 |
| Binary | 10001100 | 11111100 | 10000000 | 101100 | 0 | 110001 | 1 | 1110010 | 1011111 | 1001011 |
Color Harmonies of #8CFC80
Complementary color
Monochromatic Colors of #8CFC80
Black with #8CFC80
Text Example
Text Example
White with #8CFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC80; }
p { color: rgb(140,252,128); }
H1.HeaderClassName
{
color: #8CFC80;
}
.AnyTagClassName
{
color: #8CFC80;
}
</style>
background-color css
<style>
a { background-color: #8CFC80; }
a { background-color: rgb(140,252,128); }
div.DivClassName
{
background-color: #8CFC80;
}
.BgClassName
{
background-color: #8CFC80;
}
</style>
border-color css
<style>
span { border-color: #8CFC80; }
span { border-color: rgb(140,252,128); }
td.TdClassName
{
border-color: #8CFC80;
}
.TagClassName
{
border-color: #8CFC80;
}
</style>