Shades of Citrus #88D109
Tints of Citrus #88D109
RGB
CMYK
RGB Variations
Color information
#88D109 (or 0x88D109) is known color: Citrus. HEX triplet: 88, D1 and 09. RGB value is (136,209,9). Sum of RGB (Red+Green+Blue) = 136+209+9=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #88D109 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D109 is #772EF6. Grayscale: #A5A5A5. Windows color (decimal): -7810807 or 643464. OLE color: 643464.
HSL color Cylindrical-coordinate representation of color #88D109: hue angle of 81.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88D109 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 209 | 9 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.18 |
| HSL | 81.9º | 0.92% | 0.43% | - |
| HSV(B) | 81.9º | 0.96% | 0.82% | - |
| XYZ | 33 | 50.85 | 8.33 | - |
| YUV | 164.37 | 40.32 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 209 | 9 | 0.35 | 0 | 0.96 | 0.18 | 81.9 | 0.92 | 0.43 |
| Hex | 88 | D1 | 9 | 23 | 0 | 60 | 12 | 52 | 5C | 2B |
| Octal | 210 | 321 | 11 | 43 | 0 | 140 | 22 | 122 | 134 | 53 |
| Binary | 10001000 | 11010001 | 1001 | 100011 | 0 | 1100000 | 10010 | 1010010 | 1011100 | 101011 |
Color Harmonies of #88D109
Complementary color
Monochromatic Colors of #88D109
Black with #88D109
Text Example
Text Example
White with #88D109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D109; }
p { color: rgb(136,209,9); }
H1.HeaderClassName
{
color: #88D109;
}
.AnyTagClassName
{
color: #88D109;
}
</style>
background-color css
<style>
a { background-color: #88D109; }
a { background-color: rgb(136,209,9); }
div.DivClassName
{
background-color: #88D109;
}
.BgClassName
{
background-color: #88D109;
}
</style>
border-color css
<style>
span { border-color: #88D109; }
span { border-color: rgb(136,209,9); }
td.TdClassName
{
border-color: #88D109;
}
.TagClassName
{
border-color: #88D109;
}
</style>