Shades of Yellow Green #8CDD20
Tints of Yellow Green #8CDD20
RGB
CMYK
RGB Variations
Color information
#8CDD20 (or 0x8CDD20) is known color: Yellow Green. HEX triplet: 8C, DD and 20. RGB value is (140,221,32). Sum of RGB (Red+Green+Blue) = 140+221+32=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD20 is #7322DF. Grayscale: #AFAFAF. Windows color (decimal): -7545568 or 2153868. OLE color: 2153868.
HSL color Cylindrical-coordinate representation of color #8CDD20: hue angle of 85.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CDD20 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 32 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.13 |
| HSL | 85.71º | 0.75% | 0.5% | - |
| HSV(B) | 85.71º | 0.86% | 0.87% | - |
| XYZ | 36.93 | 57.39 | 10.5 | - |
| YUV | 175.24 | 47.16 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 32 | 0.37 | 0 | 0.86 | 0.13 | 85.71 | 0.75 | 0.5 |
| Hex | 8C | DD | 20 | 25 | 0 | 56 | D | 56 | 4B | 32 |
| Octal | 214 | 335 | 40 | 45 | 0 | 126 | 15 | 126 | 113 | 62 |
| Binary | 10001100 | 11011101 | 100000 | 100101 | 0 | 1010110 | 1101 | 1010110 | 1001011 | 110010 |
Color Harmonies of #8CDD20
Complementary color
Monochromatic Colors of #8CDD20
Black with #8CDD20
Text Example
Text Example
White with #8CDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD20; }
p { color: rgb(140,221,32); }
H1.HeaderClassName
{
color: #8CDD20;
}
.AnyTagClassName
{
color: #8CDD20;
}
</style>
background-color css
<style>
a { background-color: #8CDD20; }
a { background-color: rgb(140,221,32); }
div.DivClassName
{
background-color: #8CDD20;
}
.BgClassName
{
background-color: #8CDD20;
}
</style>
border-color css
<style>
span { border-color: #8CDD20; }
span { border-color: rgb(140,221,32); }
td.TdClassName
{
border-color: #8CDD20;
}
.TagClassName
{
border-color: #8CDD20;
}
</style>