Shades of Yellow Green #8CDF20
Tints of Yellow Green #8CDF20
RGB
CMYK
RGB Variations
Color information
#8CDF20 (or 0x8CDF20) is known color: Yellow Green. HEX triplet: 8C, DF and 20. RGB value is (140,223,32). Sum of RGB (Red+Green+Blue) = 140+223+32=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDF20 is #7320DF. Grayscale: #B1B1B1. Windows color (decimal): -7545056 or 2154380. OLE color: 2154380.
HSL color Cylindrical-coordinate representation of color #8CDF20: hue angle of 86.07º 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 #8CDF20 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 32 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.13 |
| HSL | 86.07º | 0.75% | 0.5% | - |
| HSV(B) | 86.07º | 0.86% | 0.87% | - |
| XYZ | 37.46 | 58.46 | 10.67 | - |
| YUV | 176.41 | 46.5 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 32 | 0.37 | 0 | 0.86 | 0.13 | 86.07 | 0.75 | 0.5 |
| Hex | 8C | DF | 20 | 25 | 0 | 56 | D | 56 | 4B | 32 |
| Octal | 214 | 337 | 40 | 45 | 0 | 126 | 15 | 126 | 113 | 62 |
| Binary | 10001100 | 11011111 | 100000 | 100101 | 0 | 1010110 | 1101 | 1010110 | 1001011 | 110010 |
Color Harmonies of #8CDF20
Complementary color
Monochromatic Colors of #8CDF20
Black with #8CDF20
Text Example
Text Example
White with #8CDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF20; }
p { color: rgb(140,223,32); }
H1.HeaderClassName
{
color: #8CDF20;
}
.AnyTagClassName
{
color: #8CDF20;
}
</style>
background-color css
<style>
a { background-color: #8CDF20; }
a { background-color: rgb(140,223,32); }
div.DivClassName
{
background-color: #8CDF20;
}
.BgClassName
{
background-color: #8CDF20;
}
</style>
border-color css
<style>
span { border-color: #8CDF20; }
span { border-color: rgb(140,223,32); }
td.TdClassName
{
border-color: #8CDF20;
}
.TagClassName
{
border-color: #8CDF20;
}
</style>