Shades of Light Green #8CDD97
Tints of Light Green #8CDD97
RGB
CMYK
RGB Variations
Color information
#8CDD97 (or 0x8CDD97) is known color: Light Green. HEX triplet: 8C, DD and 97. RGB value is (140,221,151). Sum of RGB (Red+Green+Blue) = 140+221+151=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD97 is #732268. Grayscale: #BDBDBD. Windows color (decimal): -7545449 or 9952652. OLE color: 9952652.
HSL color Cylindrical-coordinate representation of color #8CDD97: hue angle of 128.15º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDD97 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 151 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.13 |
| HSL | 128.15º | 0.54% | 0.71% | - |
| HSV(B) | 128.15º | 0.37% | 0.87% | - |
| XYZ | 42.26 | 59.52 | 38.54 | - |
| YUV | 188.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 151 | 0.37 | 0 | 0.32 | 0.13 | 128.15 | 0.54 | 0.71 |
| Hex | 8C | DD | 97 | 25 | 0 | 20 | D | 80 | 36 | 47 |
| Octal | 214 | 335 | 227 | 45 | 0 | 40 | 15 | 200 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10010111 | 100101 | 0 | 100000 | 1101 | 10000000 | 110110 | 1000111 |
Color Harmonies of #8CDD97
Complementary color
Monochromatic Colors of #8CDD97
Black with #8CDD97
Text Example
Text Example
White with #8CDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD97; }
p { color: rgb(140,221,151); }
H1.HeaderClassName
{
color: #8CDD97;
}
.AnyTagClassName
{
color: #8CDD97;
}
</style>
background-color css
<style>
a { background-color: #8CDD97; }
a { background-color: rgb(140,221,151); }
div.DivClassName
{
background-color: #8CDD97;
}
.BgClassName
{
background-color: #8CDD97;
}
</style>
border-color css
<style>
span { border-color: #8CDD97; }
span { border-color: rgb(140,221,151); }
td.TdClassName
{
border-color: #8CDD97;
}
.TagClassName
{
border-color: #8CDD97;
}
</style>