Shades of Citrus #88C002
Tints of Citrus #88C002
RGB
CMYK
RGB Variations
Color information
#88C002 (or 0x88C002) is known color: Citrus. HEX triplet: 88, C0 and 02. RGB value is (136,192,2). Sum of RGB (Red+Green+Blue) = 136+192+2=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #88C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C002 is #773FFD. Grayscale: #9A9A9A. Windows color (decimal): -7815166 or 180360. OLE color: 180360.
HSL color Cylindrical-coordinate representation of color #88C002: hue angle of 77.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88C002 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.25 |
| HSL | 77.68º | 0.98% | 0.38% | - |
| HSV(B) | 77.68º | 0.99% | 0.75% | - |
| XYZ | 29.01 | 42.94 | 6.82 | - |
| YUV | 153.6 | 42.45 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 2 | 0.29 | 0 | 0.99 | 0.25 | 77.68 | 0.98 | 0.38 |
| Hex | 88 | C0 | 2 | 1D | 0 | 63 | 19 | 4E | 62 | 26 |
| Octal | 210 | 300 | 2 | 35 | 0 | 143 | 31 | 116 | 142 | 46 |
| Binary | 10001000 | 11000000 | 10 | 11101 | 0 | 1100011 | 11001 | 1001110 | 1100010 | 100110 |
Color Harmonies of #88C002
Complementary color
Monochromatic Colors of #88C002
Black with #88C002
Text Example
Text Example
White with #88C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C002; }
p { color: rgb(136,192,2); }
H1.HeaderClassName
{
color: #88C002;
}
.AnyTagClassName
{
color: #88C002;
}
</style>
background-color css
<style>
a { background-color: #88C002; }
a { background-color: rgb(136,192,2); }
div.DivClassName
{
background-color: #88C002;
}
.BgClassName
{
background-color: #88C002;
}
</style>
border-color css
<style>
span { border-color: #88C002; }
span { border-color: rgb(136,192,2); }
td.TdClassName
{
border-color: #88C002;
}
.TagClassName
{
border-color: #88C002;
}
</style>