Shades of Yellow Green #88DB14
Tints of Yellow Green #88DB14
RGB
CMYK
RGB Variations
Color information
#88DB14 (or 0x88DB14) is known color: Yellow Green. HEX triplet: 88, DB and 14. RGB value is (136,219,20). Sum of RGB (Red+Green+Blue) = 136+219+20=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88DB14 is #7724EB. Grayscale: #ACACAC. Windows color (decimal): -7808236 or 1366920. OLE color: 1366920.
HSL color Cylindrical-coordinate representation of color #88DB14: hue angle of 85.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88DB14 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 20 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.14 |
| HSL | 85.03º | 0.83% | 0.47% | - |
| HSV(B) | 85.03º | 0.91% | 0.86% | - |
| XYZ | 35.61 | 55.95 | 9.58 | - |
| YUV | 171.5 | 42.5 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 20 | 0.38 | 0 | 0.91 | 0.14 | 85.03 | 0.83 | 0.47 |
| Hex | 88 | DB | 14 | 26 | 0 | 5B | E | 55 | 53 | 2F |
| Octal | 210 | 333 | 24 | 46 | 0 | 133 | 16 | 125 | 123 | 57 |
| Binary | 10001000 | 11011011 | 10100 | 100110 | 0 | 1011011 | 1110 | 1010101 | 1010011 | 101111 |
Color Harmonies of #88DB14
Complementary color
Monochromatic Colors of #88DB14
Black with #88DB14
Text Example
Text Example
White with #88DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB14; }
p { color: rgb(136,219,20); }
H1.HeaderClassName
{
color: #88DB14;
}
.AnyTagClassName
{
color: #88DB14;
}
</style>
background-color css
<style>
a { background-color: #88DB14; }
a { background-color: rgb(136,219,20); }
div.DivClassName
{
background-color: #88DB14;
}
.BgClassName
{
background-color: #88DB14;
}
</style>
border-color css
<style>
span { border-color: #88DB14; }
span { border-color: rgb(136,219,20); }
td.TdClassName
{
border-color: #88DB14;
}
.TagClassName
{
border-color: #88DB14;
}
</style>