Shades of Citrus #88C409
Tints of Citrus #88C409
RGB
CMYK
RGB Variations
Color information
#88C409 (or 0x88C409) is known color: Citrus. HEX triplet: 88, C4 and 09. RGB value is (136,196,9). Sum of RGB (Red+Green+Blue) = 136+196+9=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #88C409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C409 is #773BF6. Grayscale: #9D9D9D. Windows color (decimal): -7814135 or 640136. OLE color: 640136.
HSL color Cylindrical-coordinate representation of color #88C409: hue angle of 79.25º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88C409 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 9 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.23 |
| HSL | 79.25º | 0.91% | 0.4% | - |
| HSV(B) | 79.25º | 0.95% | 0.77% | - |
| XYZ | 29.94 | 44.73 | 7.31 | - |
| YUV | 156.74 | 44.62 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 9 | 0.31 | 0 | 0.95 | 0.23 | 79.25 | 0.91 | 0.4 |
| Hex | 88 | C4 | 9 | 1F | 0 | 5F | 17 | 4F | 5B | 28 |
| Octal | 210 | 304 | 11 | 37 | 0 | 137 | 27 | 117 | 133 | 50 |
| Binary | 10001000 | 11000100 | 1001 | 11111 | 0 | 1011111 | 10111 | 1001111 | 1011011 | 101000 |
Color Harmonies of #88C409
Complementary color
Monochromatic Colors of #88C409
Black with #88C409
Text Example
Text Example
White with #88C409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C409; }
p { color: rgb(136,196,9); }
H1.HeaderClassName
{
color: #88C409;
}
.AnyTagClassName
{
color: #88C409;
}
</style>
background-color css
<style>
a { background-color: #88C409; }
a { background-color: rgb(136,196,9); }
div.DivClassName
{
background-color: #88C409;
}
.BgClassName
{
background-color: #88C409;
}
</style>
border-color css
<style>
span { border-color: #88C409; }
span { border-color: rgb(136,196,9); }
td.TdClassName
{
border-color: #88C409;
}
.TagClassName
{
border-color: #88C409;
}
</style>