Shades of Yellow Green #8CC032
Tints of Yellow Green #8CC032
RGB
CMYK
RGB Variations
Color information
#8CC032 (or 0x8CC032) is known color: Yellow Green. HEX triplet: 8C, C0 and 32. RGB value is (140,192,50). Sum of RGB (Red+Green+Blue) = 140+192+50=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC032 is #733FCD. Grayscale: #A0A0A0. Windows color (decimal): -7552974 or 3326092. OLE color: 3326092.
HSL color Cylindrical-coordinate representation of color #8CC032: hue angle of 81.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CC032 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 50 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.25 |
| HSL | 81.97º | 0.59% | 0.47% | - |
| HSV(B) | 81.97º | 0.74% | 0.75% | - |
| XYZ | 30.24 | 43.51 | 9.82 | - |
| YUV | 160.26 | 65.77 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 50 | 0.27 | 0 | 0.74 | 0.25 | 81.97 | 0.59 | 0.47 |
| Hex | 8C | C0 | 32 | 1B | 0 | 4A | 19 | 52 | 3B | 2F |
| Octal | 214 | 300 | 62 | 33 | 0 | 112 | 31 | 122 | 73 | 57 |
| Binary | 10001100 | 11000000 | 110010 | 11011 | 0 | 1001010 | 11001 | 1010010 | 111011 | 101111 |
Color Harmonies of #8CC032
Complementary color
Monochromatic Colors of #8CC032
Black with #8CC032
Text Example
Text Example
White with #8CC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC032; }
p { color: rgb(140,192,50); }
H1.HeaderClassName
{
color: #8CC032;
}
.AnyTagClassName
{
color: #8CC032;
}
</style>
background-color css
<style>
a { background-color: #8CC032; }
a { background-color: rgb(140,192,50); }
div.DivClassName
{
background-color: #8CC032;
}
.BgClassName
{
background-color: #8CC032;
}
</style>
border-color css
<style>
span { border-color: #8CC032; }
span { border-color: rgb(140,192,50); }
td.TdClassName
{
border-color: #8CC032;
}
.TagClassName
{
border-color: #8CC032;
}
</style>