Shades of Light Green #8CEF80
Tints of Light Green #8CEF80
RGB
CMYK
RGB Variations
Color information
#8CEF80 (or 0x8CEF80) is known color: Light Green. HEX triplet: 8C, EF and 80. RGB value is (140,239,128). Sum of RGB (Red+Green+Blue) = 140+239+128=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEF80 is #73107F. Grayscale: #C5C5C5. Windows color (decimal): -7540864 or 8449932. OLE color: 8449932.
HSL color Cylindrical-coordinate representation of color #8CEF80: hue angle of 113.51º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CEF80 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 128 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.06 |
| HSL | 113.51º | 0.78% | 0.72% | - |
| HSV(B) | 113.51º | 0.46% | 0.94% | - |
| XYZ | 45.58 | 68.87 | 31.31 | - |
| YUV | 196.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 128 | 0.41 | 0 | 0.46 | 0.06 | 113.51 | 0.78 | 0.72 |
| Hex | 8C | EF | 80 | 29 | 0 | 2E | 6 | 72 | 4E | 48 |
| Octal | 214 | 357 | 200 | 51 | 0 | 56 | 6 | 162 | 116 | 110 |
| Binary | 10001100 | 11101111 | 10000000 | 101001 | 0 | 101110 | 110 | 1110010 | 1001110 | 1001000 |
Color Harmonies of #8CEF80
Complementary color
Monochromatic Colors of #8CEF80
Black with #8CEF80
Text Example
Text Example
White with #8CEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF80; }
p { color: rgb(140,239,128); }
H1.HeaderClassName
{
color: #8CEF80;
}
.AnyTagClassName
{
color: #8CEF80;
}
</style>
background-color css
<style>
a { background-color: #8CEF80; }
a { background-color: rgb(140,239,128); }
div.DivClassName
{
background-color: #8CEF80;
}
.BgClassName
{
background-color: #8CEF80;
}
</style>
border-color css
<style>
span { border-color: #8CEF80; }
span { border-color: rgb(140,239,128); }
td.TdClassName
{
border-color: #8CEF80;
}
.TagClassName
{
border-color: #8CEF80;
}
</style>