Shades of Light Green #8CE482
Tints of Light Green #8CE482
RGB
CMYK
RGB Variations
Color information
#8CE482 (or 0x8CE482) is known color: Light Green. HEX triplet: 8C, E4 and 82. RGB value is (140,228,130). Sum of RGB (Red+Green+Blue) = 140+228+130=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE482 is #731B7D. Grayscale: #BEBEBE. Windows color (decimal): -7543678 or 8578188. OLE color: 8578188.
HSL color Cylindrical-coordinate representation of color #8CE482: hue angle of 113.88º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CE482 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 130 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.11 |
| HSL | 113.88º | 0.64% | 0.7% | - |
| HSV(B) | 113.88º | 0.43% | 0.89% | - |
| XYZ | 42.59 | 62.67 | 30.97 | - |
| YUV | 190.52 | 93.85 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 130 | 0.39 | 0 | 0.43 | 0.11 | 113.88 | 0.64 | 0.7 |
| Hex | 8C | E4 | 82 | 27 | 0 | 2B | B | 72 | 40 | 46 |
| Octal | 214 | 344 | 202 | 47 | 0 | 53 | 13 | 162 | 100 | 106 |
| Binary | 10001100 | 11100100 | 10000010 | 100111 | 0 | 101011 | 1011 | 1110010 | 1000000 | 1000110 |
Color Harmonies of #8CE482
Complementary color
Monochromatic Colors of #8CE482
Black with #8CE482
Text Example
Text Example
White with #8CE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE482; }
p { color: rgb(140,228,130); }
H1.HeaderClassName
{
color: #8CE482;
}
.AnyTagClassName
{
color: #8CE482;
}
</style>
background-color css
<style>
a { background-color: #8CE482; }
a { background-color: rgb(140,228,130); }
div.DivClassName
{
background-color: #8CE482;
}
.BgClassName
{
background-color: #8CE482;
}
</style>
border-color css
<style>
span { border-color: #8CE482; }
span { border-color: rgb(140,228,130); }
td.TdClassName
{
border-color: #8CE482;
}
.TagClassName
{
border-color: #8CE482;
}
</style>