Shades of Citrus #88D10E
Tints of Citrus #88D10E
RGB
CMYK
RGB Variations
Color information
#88D10E (or 0x88D10E) is known color: Citrus. HEX triplet: 88, D1 and 0E. RGB value is (136,209,14). Sum of RGB (Red+Green+Blue) = 136+209+14=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #88D10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D10E is #772EF1. Grayscale: #A5A5A5. Windows color (decimal): -7810802 or 971144. OLE color: 971144.
HSL color Cylindrical-coordinate representation of color #88D10E: hue angle of 82.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88D10E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 209 | 14 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.18 |
| HSL | 82.46º | 0.87% | 0.44% | - |
| HSV(B) | 82.46º | 0.93% | 0.82% | - |
| XYZ | 33.03 | 50.87 | 8.49 | - |
| YUV | 164.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 209 | 14 | 0.35 | 0 | 0.93 | 0.18 | 82.46 | 0.87 | 0.44 |
| Hex | 88 | D1 | E | 23 | 0 | 5D | 12 | 52 | 57 | 2C |
| Octal | 210 | 321 | 16 | 43 | 0 | 135 | 22 | 122 | 127 | 54 |
| Binary | 10001000 | 11010001 | 1110 | 100011 | 0 | 1011101 | 10010 | 1010010 | 1010111 | 101100 |
Color Harmonies of #88D10E
Complementary color
Monochromatic Colors of #88D10E
Black with #88D10E
Text Example
Text Example
White with #88D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D10E; }
p { color: rgb(136,209,14); }
H1.HeaderClassName
{
color: #88D10E;
}
.AnyTagClassName
{
color: #88D10E;
}
</style>
background-color css
<style>
a { background-color: #88D10E; }
a { background-color: rgb(136,209,14); }
div.DivClassName
{
background-color: #88D10E;
}
.BgClassName
{
background-color: #88D10E;
}
</style>
border-color css
<style>
span { border-color: #88D10E; }
span { border-color: rgb(136,209,14); }
td.TdClassName
{
border-color: #88D10E;
}
.TagClassName
{
border-color: #88D10E;
}
</style>