Shades of Citrus #88C209
Tints of Citrus #88C209
RGB
CMYK
RGB Variations
Color information
#88C209 (or 0x88C209) is known color: Citrus. HEX triplet: 88, C2 and 09. RGB value is (136,194,9). Sum of RGB (Red+Green+Blue) = 136+194+9=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #88C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C209 is #773DF6. Grayscale: #9C9C9C. Windows color (decimal): -7814647 or 639624. OLE color: 639624.
HSL color Cylindrical-coordinate representation of color #88C209: hue angle of 78.81º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88C209 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 9 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.24 |
| HSL | 78.81º | 0.91% | 0.4% | - |
| HSV(B) | 78.81º | 0.95% | 0.76% | - |
| XYZ | 29.49 | 43.84 | 7.17 | - |
| YUV | 155.57 | 45.28 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 9 | 0.30 | 0 | 0.95 | 0.24 | 78.81 | 0.91 | 0.4 |
| Hex | 88 | C2 | 9 | 1E | 0 | 5F | 18 | 4F | 5B | 28 |
| Octal | 210 | 302 | 11 | 36 | 0 | 137 | 30 | 117 | 133 | 50 |
| Binary | 10001000 | 11000010 | 1001 | 11110 | 0 | 1011111 | 11000 | 1001111 | 1011011 | 101000 |
Color Harmonies of #88C209
Complementary color
Monochromatic Colors of #88C209
Black with #88C209
Text Example
Text Example
White with #88C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C209; }
p { color: rgb(136,194,9); }
H1.HeaderClassName
{
color: #88C209;
}
.AnyTagClassName
{
color: #88C209;
}
</style>
background-color css
<style>
a { background-color: #88C209; }
a { background-color: rgb(136,194,9); }
div.DivClassName
{
background-color: #88C209;
}
.BgClassName
{
background-color: #88C209;
}
</style>
border-color css
<style>
span { border-color: #88C209; }
span { border-color: rgb(136,194,9); }
td.TdClassName
{
border-color: #88C209;
}
.TagClassName
{
border-color: #88C209;
}
</style>