Shades of Citrus #88C802
Tints of Citrus #88C802
RGB
CMYK
RGB Variations
Color information
#88C802 (or 0x88C802) is known color: Citrus. HEX triplet: 88, C8 and 02. RGB value is (136,200,2). Sum of RGB (Red+Green+Blue) = 136+200+2=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #88C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C802 is #7737FD. Grayscale: #9F9F9F. Windows color (decimal): -7813118 or 182408. OLE color: 182408.
HSL color Cylindrical-coordinate representation of color #88C802: hue angle of 79.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88C802 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.22 |
| HSL | 79.39º | 0.98% | 0.4% | - |
| HSV(B) | 79.39º | 0.99% | 0.78% | - |
| XYZ | 30.82 | 46.55 | 7.42 | - |
| YUV | 158.29 | 39.8 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 2 | 0.32 | 0 | 0.99 | 0.22 | 79.39 | 0.98 | 0.4 |
| Hex | 88 | C8 | 2 | 20 | 0 | 63 | 16 | 4F | 62 | 28 |
| Octal | 210 | 310 | 2 | 40 | 0 | 143 | 26 | 117 | 142 | 50 |
| Binary | 10001000 | 11001000 | 10 | 100000 | 0 | 1100011 | 10110 | 1001111 | 1100010 | 101000 |
Color Harmonies of #88C802
Complementary color
Monochromatic Colors of #88C802
Black with #88C802
Text Example
Text Example
White with #88C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C802; }
p { color: rgb(136,200,2); }
H1.HeaderClassName
{
color: #88C802;
}
.AnyTagClassName
{
color: #88C802;
}
</style>
background-color css
<style>
a { background-color: #88C802; }
a { background-color: rgb(136,200,2); }
div.DivClassName
{
background-color: #88C802;
}
.BgClassName
{
background-color: #88C802;
}
</style>
border-color css
<style>
span { border-color: #88C802; }
span { border-color: rgb(136,200,2); }
td.TdClassName
{
border-color: #88C802;
}
.TagClassName
{
border-color: #88C802;
}
</style>