Shades of Yellow Green #88D010
Tints of Yellow Green #88D010
RGB
CMYK
RGB Variations
Color information
#88D010 (or 0x88D010) is known color: Yellow Green. HEX triplet: 88, D0 and 10. RGB value is (136,208,16). Sum of RGB (Red+Green+Blue) = 136+208+16=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #88D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D010 is #772FEF. Grayscale: #A5A5A5. Windows color (decimal): -7811056 or 1101960. OLE color: 1101960.
HSL color Cylindrical-coordinate representation of color #88D010: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88D010 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 16 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.18 |
| HSL | 82.5º | 0.86% | 0.44% | - |
| HSV(B) | 82.5º | 0.92% | 0.82% | - |
| XYZ | 32.8 | 50.38 | 8.49 | - |
| YUV | 164.58 | 44.15 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 16 | 0.35 | 0 | 0.92 | 0.18 | 82.5 | 0.86 | 0.44 |
| Hex | 88 | D0 | 10 | 23 | 0 | 5C | 12 | 52 | 56 | 2C |
| Octal | 210 | 320 | 20 | 43 | 0 | 134 | 22 | 122 | 126 | 54 |
| Binary | 10001000 | 11010000 | 10000 | 100011 | 0 | 1011100 | 10010 | 1010010 | 1010110 | 101100 |
Color Harmonies of #88D010
Complementary color
Monochromatic Colors of #88D010
Black with #88D010
Text Example
Text Example
White with #88D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D010; }
p { color: rgb(136,208,16); }
H1.HeaderClassName
{
color: #88D010;
}
.AnyTagClassName
{
color: #88D010;
}
</style>
background-color css
<style>
a { background-color: #88D010; }
a { background-color: rgb(136,208,16); }
div.DivClassName
{
background-color: #88D010;
}
.BgClassName
{
background-color: #88D010;
}
</style>
border-color css
<style>
span { border-color: #88D010; }
span { border-color: rgb(136,208,16); }
td.TdClassName
{
border-color: #88D010;
}
.TagClassName
{
border-color: #88D010;
}
</style>