Shades of Yellow Green #88C032
Tints of Yellow Green #88C032
RGB
CMYK
RGB Variations
Color information
#88C032 (or 0x88C032) is known color: Yellow Green. HEX triplet: 88, C0 and 32. RGB value is (136,192,50). Sum of RGB (Red+Green+Blue) = 136+192+50=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #88C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C032 is #773FCD. Grayscale: #9F9F9F. Windows color (decimal): -7815118 or 3326088. OLE color: 3326088.
HSL color Cylindrical-coordinate representation of color #88C032: hue angle of 83.66º 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 #88C032 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 50 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.25 |
| HSL | 83.66º | 0.59% | 0.47% | - |
| HSV(B) | 83.66º | 0.74% | 0.75% | - |
| XYZ | 29.58 | 43.16 | 9.79 | - |
| YUV | 159.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 50 | 0.29 | 0 | 0.74 | 0.25 | 83.66 | 0.59 | 0.47 |
| Hex | 88 | C0 | 32 | 1D | 0 | 4A | 19 | 54 | 3B | 2F |
| Octal | 210 | 300 | 62 | 35 | 0 | 112 | 31 | 124 | 73 | 57 |
| Binary | 10001000 | 11000000 | 110010 | 11101 | 0 | 1001010 | 11001 | 1010100 | 111011 | 101111 |
Color Harmonies of #88C032
Complementary color
Monochromatic Colors of #88C032
Black with #88C032
Text Example
Text Example
White with #88C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C032; }
p { color: rgb(136,192,50); }
H1.HeaderClassName
{
color: #88C032;
}
.AnyTagClassName
{
color: #88C032;
}
</style>
background-color css
<style>
a { background-color: #88C032; }
a { background-color: rgb(136,192,50); }
div.DivClassName
{
background-color: #88C032;
}
.BgClassName
{
background-color: #88C032;
}
</style>
border-color css
<style>
span { border-color: #88C032; }
span { border-color: rgb(136,192,50); }
td.TdClassName
{
border-color: #88C032;
}
.TagClassName
{
border-color: #88C032;
}
</style>