Shades of Yellow Green #8CDB32
Tints of Yellow Green #8CDB32
RGB
CMYK
RGB Variations
Color information
#8CDB32 (or 0x8CDB32) is known color: Yellow Green. HEX triplet: 8C, DB and 32. RGB value is (140,219,50). Sum of RGB (Red+Green+Blue) = 140+219+50=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB32 is #7324CD. Grayscale: #B0B0B0. Windows color (decimal): -7546062 or 3333004. OLE color: 3333004.
HSL color Cylindrical-coordinate representation of color #8CDB32: hue angle of 88.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CDB32 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 50 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.14 |
| HSL | 88.05º | 0.7% | 0.53% | - |
| HSV(B) | 88.05º | 0.77% | 0.86% | - |
| XYZ | 36.72 | 56.47 | 11.98 | - |
| YUV | 176.11 | 56.83 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 50 | 0.36 | 0 | 0.77 | 0.14 | 88.05 | 0.7 | 0.53 |
| Hex | 8C | DB | 32 | 24 | 0 | 4D | E | 58 | 46 | 35 |
| Octal | 214 | 333 | 62 | 44 | 0 | 115 | 16 | 130 | 106 | 65 |
| Binary | 10001100 | 11011011 | 110010 | 100100 | 0 | 1001101 | 1110 | 1011000 | 1000110 | 110101 |
Color Harmonies of #8CDB32
Complementary color
Monochromatic Colors of #8CDB32
Black with #8CDB32
Text Example
Text Example
White with #8CDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB32; }
p { color: rgb(140,219,50); }
H1.HeaderClassName
{
color: #8CDB32;
}
.AnyTagClassName
{
color: #8CDB32;
}
</style>
background-color css
<style>
a { background-color: #8CDB32; }
a { background-color: rgb(140,219,50); }
div.DivClassName
{
background-color: #8CDB32;
}
.BgClassName
{
background-color: #8CDB32;
}
</style>
border-color css
<style>
span { border-color: #8CDB32; }
span { border-color: rgb(140,219,50); }
td.TdClassName
{
border-color: #8CDB32;
}
.TagClassName
{
border-color: #8CDB32;
}
</style>