Shades of Citrus #88CB02
Tints of Citrus #88CB02
RGB
CMYK
RGB Variations
Color information
#88CB02 (or 0x88CB02) is known color: Citrus. HEX triplet: 88, CB and 02. RGB value is (136,203,2). Sum of RGB (Red+Green+Blue) = 136+203+2=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CB02 is #7734FD. Grayscale: #A0A0A0. Windows color (decimal): -7812350 or 183176. OLE color: 183176.
HSL color Cylindrical-coordinate representation of color #88CB02: hue angle of 80º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88CB02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 203 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.20 |
| HSL | 80º | 0.98% | 0.4% | - |
| HSV(B) | 80º | 0.99% | 0.8% | - |
| XYZ | 31.52 | 47.95 | 7.65 | - |
| YUV | 160.05 | 38.8 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 2 | 0.33 | 0 | 0.99 | 0.20 | 80 | 0.98 | 0.4 |
| Hex | 88 | CB | 2 | 21 | 0 | 63 | 14 | 50 | 62 | 28 |
| Octal | 210 | 313 | 2 | 41 | 0 | 143 | 24 | 120 | 142 | 50 |
| Binary | 10001000 | 11001011 | 10 | 100001 | 0 | 1100011 | 10100 | 1010000 | 1100010 | 101000 |
Color Harmonies of #88CB02
Complementary color
Monochromatic Colors of #88CB02
Black with #88CB02
Text Example
Text Example
White with #88CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CB02; }
p { color: rgb(136,203,2); }
H1.HeaderClassName
{
color: #88CB02;
}
.AnyTagClassName
{
color: #88CB02;
}
</style>
background-color css
<style>
a { background-color: #88CB02; }
a { background-color: rgb(136,203,2); }
div.DivClassName
{
background-color: #88CB02;
}
.BgClassName
{
background-color: #88CB02;
}
</style>
border-color css
<style>
span { border-color: #88CB02; }
span { border-color: rgb(136,203,2); }
td.TdClassName
{
border-color: #88CB02;
}
.TagClassName
{
border-color: #88CB02;
}
</style>