Shades of Light Green #8CFF80
Tints of Light Green #8CFF80
RGB
CMYK
RGB Variations
Color information
#8CFF80 (or 0x8CFF80) is known color: Light Green. HEX triplet: 8C, FF and 80. RGB value is (140,255,128). Sum of RGB (Red+Green+Blue) = 140+255+128=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFF80 is #73007F. Grayscale: #CECECE. Windows color (decimal): -7536768 or 8454028. OLE color: 8454028.
HSL color Cylindrical-coordinate representation of color #8CFF80: hue angle of 114.33º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CFF80 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 128 | - |
| CMYK | 0.45 | 0 | 0.50 | 0 |
| HSL | 114.33º | 1% | 0.75% | - |
| HSV(B) | 114.33º | 0.5% | 1% | - |
| XYZ | 50.47 | 78.65 | 32.94 | - |
| YUV | 206.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 128 | 0.45 | 0 | 0.50 | 0 | 114.33 | 1 | 0.75 |
| Hex | 8C | FF | 80 | 2D | 0 | 32 | 0 | 72 | 64 | 4B |
| Octal | 214 | 377 | 200 | 55 | 0 | 62 | 0 | 162 | 144 | 113 |
| Binary | 10001100 | 11111111 | 10000000 | 101101 | 0 | 110010 | 0 | 1110010 | 1100100 | 1001011 |
Color Harmonies of #8CFF80
Complementary color
Monochromatic Colors of #8CFF80
Black with #8CFF80
Text Example
Text Example
White with #8CFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF80; }
p { color: rgb(140,255,128); }
H1.HeaderClassName
{
color: #8CFF80;
}
.AnyTagClassName
{
color: #8CFF80;
}
</style>
background-color css
<style>
a { background-color: #8CFF80; }
a { background-color: rgb(140,255,128); }
div.DivClassName
{
background-color: #8CFF80;
}
.BgClassName
{
background-color: #8CFF80;
}
</style>
border-color css
<style>
span { border-color: #8CFF80; }
span { border-color: rgb(140,255,128); }
td.TdClassName
{
border-color: #8CFF80;
}
.TagClassName
{
border-color: #8CFF80;
}
</style>