Shades of Yellow Green #88DF32
Tints of Yellow Green #88DF32
RGB
CMYK
RGB Variations
Color information
#88DF32 (or 0x88DF32) is known color: Yellow Green. HEX triplet: 88, DF and 32. RGB value is (136,223,50). Sum of RGB (Red+Green+Blue) = 136+223+50=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #88DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DF32 is #7720CD. Grayscale: #B1B1B1. Windows color (decimal): -7807182 or 3334024. OLE color: 3334024.
HSL color Cylindrical-coordinate representation of color #88DF32: hue angle of 90.17º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88DF32 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 50 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.13 |
| HSL | 90.17º | 0.73% | 0.54% | - |
| HSV(B) | 90.17º | 0.78% | 0.87% | - |
| XYZ | 37.12 | 58.24 | 12.3 | - |
| YUV | 177.27 | 56.18 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 50 | 0.39 | 0 | 0.78 | 0.13 | 90.17 | 0.73 | 0.54 |
| Hex | 88 | DF | 32 | 27 | 0 | 4E | D | 5A | 49 | 36 |
| Octal | 210 | 337 | 62 | 47 | 0 | 116 | 15 | 132 | 111 | 66 |
| Binary | 10001000 | 11011111 | 110010 | 100111 | 0 | 1001110 | 1101 | 1011010 | 1001001 | 110110 |
Color Harmonies of #88DF32
Complementary color
Monochromatic Colors of #88DF32
Black with #88DF32
Text Example
Text Example
White with #88DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DF32; }
p { color: rgb(136,223,50); }
H1.HeaderClassName
{
color: #88DF32;
}
.AnyTagClassName
{
color: #88DF32;
}
</style>
background-color css
<style>
a { background-color: #88DF32; }
a { background-color: rgb(136,223,50); }
div.DivClassName
{
background-color: #88DF32;
}
.BgClassName
{
background-color: #88DF32;
}
</style>
border-color css
<style>
span { border-color: #88DF32; }
span { border-color: rgb(136,223,50); }
td.TdClassName
{
border-color: #88DF32;
}
.TagClassName
{
border-color: #88DF32;
}
</style>