Shades of Yellow Green #8CDA32
Tints of Yellow Green #8CDA32
RGB
CMYK
RGB Variations
Color information
#8CDA32 (or 0x8CDA32) is known color: Yellow Green. HEX triplet: 8C, DA and 32. RGB value is (140,218,50). Sum of RGB (Red+Green+Blue) = 140+218+50=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA32 is #7325CD. Grayscale: #B0B0B0. Windows color (decimal): -7546318 or 3332748. OLE color: 3332748.
HSL color Cylindrical-coordinate representation of color #8CDA32: hue angle of 87.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CDA32 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 50 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.15 |
| HSL | 87.86º | 0.69% | 0.53% | - |
| HSV(B) | 87.86º | 0.77% | 0.85% | - |
| XYZ | 36.46 | 55.95 | 11.9 | - |
| YUV | 175.53 | 57.16 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 50 | 0.36 | 0 | 0.77 | 0.15 | 87.86 | 0.69 | 0.53 |
| Hex | 8C | DA | 32 | 24 | 0 | 4D | F | 58 | 45 | 35 |
| Octal | 214 | 332 | 62 | 44 | 0 | 115 | 17 | 130 | 105 | 65 |
| Binary | 10001100 | 11011010 | 110010 | 100100 | 0 | 1001101 | 1111 | 1011000 | 1000101 | 110101 |
Color Harmonies of #8CDA32
Complementary color
Monochromatic Colors of #8CDA32
Black with #8CDA32
Text Example
Text Example
White with #8CDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA32; }
p { color: rgb(140,218,50); }
H1.HeaderClassName
{
color: #8CDA32;
}
.AnyTagClassName
{
color: #8CDA32;
}
</style>
background-color css
<style>
a { background-color: #8CDA32; }
a { background-color: rgb(140,218,50); }
div.DivClassName
{
background-color: #8CDA32;
}
.BgClassName
{
background-color: #8CDA32;
}
</style>
border-color css
<style>
span { border-color: #8CDA32; }
span { border-color: rgb(140,218,50); }
td.TdClassName
{
border-color: #8CDA32;
}
.TagClassName
{
border-color: #8CDA32;
}
</style>