Shades of Yellow Green #8CCD20
Tints of Yellow Green #8CCD20
RGB
CMYK
RGB Variations
Color information
#8CCD20 (or 0x8CCD20) is known color: Yellow Green. HEX triplet: 8C, CD and 20. RGB value is (140,205,32). Sum of RGB (Red+Green+Blue) = 140+205+32=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD20 is #7332DF. Grayscale: #A6A6A6. Windows color (decimal): -7549664 or 2149772. OLE color: 2149772.
HSL color Cylindrical-coordinate representation of color #8CCD20: hue angle of 82.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CCD20 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 32 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.20 |
| HSL | 82.54º | 0.73% | 0.46% | - |
| HSV(B) | 82.54º | 0.84% | 0.8% | - |
| XYZ | 32.91 | 49.34 | 9.16 | - |
| YUV | 165.84 | 52.47 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 32 | 0.32 | 0 | 0.84 | 0.20 | 82.54 | 0.73 | 0.46 |
| Hex | 8C | CD | 20 | 20 | 0 | 54 | 14 | 53 | 49 | 2E |
| Octal | 214 | 315 | 40 | 40 | 0 | 124 | 24 | 123 | 111 | 56 |
| Binary | 10001100 | 11001101 | 100000 | 100000 | 0 | 1010100 | 10100 | 1010011 | 1001001 | 101110 |
Color Harmonies of #8CCD20
Complementary color
Monochromatic Colors of #8CCD20
Black with #8CCD20
Text Example
Text Example
White with #8CCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD20; }
p { color: rgb(140,205,32); }
H1.HeaderClassName
{
color: #8CCD20;
}
.AnyTagClassName
{
color: #8CCD20;
}
</style>
background-color css
<style>
a { background-color: #8CCD20; }
a { background-color: rgb(140,205,32); }
div.DivClassName
{
background-color: #8CCD20;
}
.BgClassName
{
background-color: #8CCD20;
}
</style>
border-color css
<style>
span { border-color: #8CCD20; }
span { border-color: rgb(140,205,32); }
td.TdClassName
{
border-color: #8CCD20;
}
.TagClassName
{
border-color: #8CCD20;
}
</style>