Shades of Light Green #8CDD88
Tints of Light Green #8CDD88
RGB
CMYK
RGB Variations
Color information
#8CDD88 (or 0x8CDD88) is known color: Light Green. HEX triplet: 8C, DD and 88. RGB value is (140,221,136). Sum of RGB (Red+Green+Blue) = 140+221+136=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD88 is #732277. Grayscale: #BBBBBB. Windows color (decimal): -7545464 or 8969612. OLE color: 8969612.
HSL color Cylindrical-coordinate representation of color #8CDD88: hue angle of 117.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CDD88 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 136 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.13 |
| HSL | 117.18º | 0.56% | 0.7% | - |
| HSV(B) | 117.18º | 0.38% | 0.87% | - |
| XYZ | 41.12 | 59.07 | 32.53 | - |
| YUV | 187.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 136 | 0.37 | 0 | 0.38 | 0.13 | 117.18 | 0.56 | 0.7 |
| Hex | 8C | DD | 88 | 25 | 0 | 26 | D | 75 | 38 | 46 |
| Octal | 214 | 335 | 210 | 45 | 0 | 46 | 15 | 165 | 70 | 106 |
| Binary | 10001100 | 11011101 | 10001000 | 100101 | 0 | 100110 | 1101 | 1110101 | 111000 | 1000110 |
Color Harmonies of #8CDD88
Complementary color
Monochromatic Colors of #8CDD88
Black with #8CDD88
Text Example
Text Example
White with #8CDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD88; }
p { color: rgb(140,221,136); }
H1.HeaderClassName
{
color: #8CDD88;
}
.AnyTagClassName
{
color: #8CDD88;
}
</style>
background-color css
<style>
a { background-color: #8CDD88; }
a { background-color: rgb(140,221,136); }
div.DivClassName
{
background-color: #8CDD88;
}
.BgClassName
{
background-color: #8CDD88;
}
</style>
border-color css
<style>
span { border-color: #8CDD88; }
span { border-color: rgb(140,221,136); }
td.TdClassName
{
border-color: #8CDD88;
}
.TagClassName
{
border-color: #8CDD88;
}
</style>