Shades of Yellow Green #8CCD32
Tints of Yellow Green #8CCD32
RGB
CMYK
RGB Variations
Color information
#8CCD32 (or 0x8CCD32) is known color: Yellow Green. HEX triplet: 8C, CD and 32. RGB value is (140,205,50). Sum of RGB (Red+Green+Blue) = 140+205+50=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD32 is #7332CD. Grayscale: #A8A8A8. Windows color (decimal): -7549646 or 3329420. OLE color: 3329420.
HSL color Cylindrical-coordinate representation of color #8CCD32: hue angle of 85.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CCD32 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 50 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.20 |
| HSL | 85.16º | 0.61% | 0.5% | - |
| HSV(B) | 85.16º | 0.76% | 0.8% | - |
| XYZ | 33.22 | 49.47 | 10.81 | - |
| YUV | 167.9 | 61.47 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 50 | 0.32 | 0 | 0.76 | 0.20 | 85.16 | 0.61 | 0.5 |
| Hex | 8C | CD | 32 | 20 | 0 | 4C | 14 | 55 | 3D | 32 |
| Octal | 214 | 315 | 62 | 40 | 0 | 114 | 24 | 125 | 75 | 62 |
| Binary | 10001100 | 11001101 | 110010 | 100000 | 0 | 1001100 | 10100 | 1010101 | 111101 | 110010 |
Color Harmonies of #8CCD32
Complementary color
Monochromatic Colors of #8CCD32
Black with #8CCD32
Text Example
Text Example
White with #8CCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD32; }
p { color: rgb(140,205,50); }
H1.HeaderClassName
{
color: #8CCD32;
}
.AnyTagClassName
{
color: #8CCD32;
}
</style>
background-color css
<style>
a { background-color: #8CCD32; }
a { background-color: rgb(140,205,50); }
div.DivClassName
{
background-color: #8CCD32;
}
.BgClassName
{
background-color: #8CCD32;
}
</style>
border-color css
<style>
span { border-color: #8CCD32; }
span { border-color: rgb(140,205,50); }
td.TdClassName
{
border-color: #8CCD32;
}
.TagClassName
{
border-color: #8CCD32;
}
</style>