Shades of Light Green #8CDF82
Tints of Light Green #8CDF82
RGB
CMYK
RGB Variations
Color information
#8CDF82 (or 0x8CDF82) is known color: Light Green. HEX triplet: 8C, DF and 82. RGB value is (140,223,130). Sum of RGB (Red+Green+Blue) = 140+223+130=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF82 is #73207D. Grayscale: #BBBBBB. Windows color (decimal): -7544958 or 8576908. OLE color: 8576908.
HSL color Cylindrical-coordinate representation of color #8CDF82: hue angle of 113.55º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CDF82 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 130 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.13 |
| HSL | 113.55º | 0.59% | 0.69% | - |
| HSV(B) | 113.55º | 0.42% | 0.87% | - |
| XYZ | 41.23 | 59.96 | 30.52 | - |
| YUV | 187.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 130 | 0.37 | 0 | 0.42 | 0.13 | 113.55 | 0.59 | 0.69 |
| Hex | 8C | DF | 82 | 25 | 0 | 2A | D | 72 | 3B | 45 |
| Octal | 214 | 337 | 202 | 45 | 0 | 52 | 15 | 162 | 73 | 105 |
| Binary | 10001100 | 11011111 | 10000010 | 100101 | 0 | 101010 | 1101 | 1110010 | 111011 | 1000101 |
Color Harmonies of #8CDF82
Complementary color
Monochromatic Colors of #8CDF82
Black with #8CDF82
Text Example
Text Example
White with #8CDF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF82; }
p { color: rgb(140,223,130); }
H1.HeaderClassName
{
color: #8CDF82;
}
.AnyTagClassName
{
color: #8CDF82;
}
</style>
background-color css
<style>
a { background-color: #8CDF82; }
a { background-color: rgb(140,223,130); }
div.DivClassName
{
background-color: #8CDF82;
}
.BgClassName
{
background-color: #8CDF82;
}
</style>
border-color css
<style>
span { border-color: #8CDF82; }
span { border-color: rgb(140,223,130); }
td.TdClassName
{
border-color: #8CDF82;
}
.TagClassName
{
border-color: #8CDF82;
}
</style>