Shades of Yellow Green #88DB16
Tints of Yellow Green #88DB16
RGB
CMYK
RGB Variations
Color information
#88DB16 (or 0x88DB16) is known color: Yellow Green. HEX triplet: 88, DB and 16. RGB value is (136,219,22). Sum of RGB (Red+Green+Blue) = 136+219+22=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88DB16 is #7724E9. Grayscale: #ACACAC. Windows color (decimal): -7808234 or 1497992. OLE color: 1497992.
HSL color Cylindrical-coordinate representation of color #88DB16: hue angle of 85.28º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88DB16 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 22 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.14 |
| HSL | 85.28º | 0.82% | 0.47% | - |
| HSV(B) | 85.28º | 0.9% | 0.86% | - |
| XYZ | 35.63 | 55.96 | 9.68 | - |
| YUV | 171.73 | 43.5 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 22 | 0.38 | 0 | 0.90 | 0.14 | 85.28 | 0.82 | 0.47 |
| Hex | 88 | DB | 16 | 26 | 0 | 5A | E | 55 | 52 | 2F |
| Octal | 210 | 333 | 26 | 46 | 0 | 132 | 16 | 125 | 122 | 57 |
| Binary | 10001000 | 11011011 | 10110 | 100110 | 0 | 1011010 | 1110 | 1010101 | 1010010 | 101111 |
Color Harmonies of #88DB16
Complementary color
Monochromatic Colors of #88DB16
Black with #88DB16
Text Example
Text Example
White with #88DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB16; }
p { color: rgb(136,219,22); }
H1.HeaderClassName
{
color: #88DB16;
}
.AnyTagClassName
{
color: #88DB16;
}
</style>
background-color css
<style>
a { background-color: #88DB16; }
a { background-color: rgb(136,219,22); }
div.DivClassName
{
background-color: #88DB16;
}
.BgClassName
{
background-color: #88DB16;
}
</style>
border-color css
<style>
span { border-color: #88DB16; }
span { border-color: rgb(136,219,22); }
td.TdClassName
{
border-color: #88DB16;
}
.TagClassName
{
border-color: #88DB16;
}
</style>