Shades of Light Green #8DDF82
Tints of Light Green #8DDF82
RGB
CMYK
RGB Variations
Color information
#8DDF82 (or 0x8DDF82) is known color: Light Green. HEX triplet: 8D, DF and 82. RGB value is (141,223,130). Sum of RGB (Red+Green+Blue) = 141+223+130=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDF82 is #72207D. Grayscale: #BCBCBC. Windows color (decimal): -7479422 or 8576909. OLE color: 8576909.
HSL color Cylindrical-coordinate representation of color #8DDF82: hue angle of 112.9º 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 #8DDF82 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 130 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.13 |
| HSL | 112.9º | 0.59% | 0.69% | - |
| HSV(B) | 112.9º | 0.42% | 0.87% | - |
| XYZ | 41.4 | 60.05 | 30.53 | - |
| YUV | 187.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 130 | 0.37 | 0 | 0.42 | 0.13 | 112.9 | 0.59 | 0.69 |
| Hex | 8D | DF | 82 | 25 | 0 | 2A | D | 71 | 3B | 45 |
| Octal | 215 | 337 | 202 | 45 | 0 | 52 | 15 | 161 | 73 | 105 |
| Binary | 10001101 | 11011111 | 10000010 | 100101 | 0 | 101010 | 1101 | 1110001 | 111011 | 1000101 |
Color Harmonies of #8DDF82
Complementary color
Monochromatic Colors of #8DDF82
Black with #8DDF82
Text Example
Text Example
White with #8DDF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF82; }
p { color: rgb(141,223,130); }
H1.HeaderClassName
{
color: #8DDF82;
}
.AnyTagClassName
{
color: #8DDF82;
}
</style>
background-color css
<style>
a { background-color: #8DDF82; }
a { background-color: rgb(141,223,130); }
div.DivClassName
{
background-color: #8DDF82;
}
.BgClassName
{
background-color: #8DDF82;
}
</style>
border-color css
<style>
span { border-color: #8DDF82; }
span { border-color: rgb(141,223,130); }
td.TdClassName
{
border-color: #8DDF82;
}
.TagClassName
{
border-color: #8DDF82;
}
</style>