Shades of Citrus #88D002
Tints of Citrus #88D002
RGB
CMYK
RGB Variations
Color information
#88D002 (or 0x88D002) is known color: Citrus. HEX triplet: 88, D0 and 02. RGB value is (136,208,2). Sum of RGB (Red+Green+Blue) = 136+208+2=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #88D002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D002 is #772FFD. Grayscale: #A3A3A3. Windows color (decimal): -7811070 or 184456. OLE color: 184456.
HSL color Cylindrical-coordinate representation of color #88D002: hue angle of 80.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88D002 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.18 |
| HSL | 80.97º | 0.98% | 0.41% | - |
| HSV(B) | 80.97º | 0.99% | 0.82% | - |
| XYZ | 32.72 | 50.35 | 8.05 | - |
| YUV | 162.99 | 37.15 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 2 | 0.35 | 0 | 0.99 | 0.18 | 80.97 | 0.98 | 0.41 |
| Hex | 88 | D0 | 2 | 23 | 0 | 63 | 12 | 51 | 62 | 29 |
| Octal | 210 | 320 | 2 | 43 | 0 | 143 | 22 | 121 | 142 | 51 |
| Binary | 10001000 | 11010000 | 10 | 100011 | 0 | 1100011 | 10010 | 1010001 | 1100010 | 101001 |
Color Harmonies of #88D002
Complementary color
Monochromatic Colors of #88D002
Black with #88D002
Text Example
Text Example
White with #88D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D002; }
p { color: rgb(136,208,2); }
H1.HeaderClassName
{
color: #88D002;
}
.AnyTagClassName
{
color: #88D002;
}
</style>
background-color css
<style>
a { background-color: #88D002; }
a { background-color: rgb(136,208,2); }
div.DivClassName
{
background-color: #88D002;
}
.BgClassName
{
background-color: #88D002;
}
</style>
border-color css
<style>
span { border-color: #88D002; }
span { border-color: rgb(136,208,2); }
td.TdClassName
{
border-color: #88D002;
}
.TagClassName
{
border-color: #88D002;
}
</style>