Shades of Citrus #88CA08
Tints of Citrus #88CA08
RGB
CMYK
RGB Variations
Color information
#88CA08 (or 0x88CA08) is known color: Citrus. HEX triplet: 88, CA and 08. RGB value is (136,202,8). Sum of RGB (Red+Green+Blue) = 136+202+8=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CA08 is #7735F7. Grayscale: #A0A0A0. Windows color (decimal): -7812600 or 576136. OLE color: 576136.
HSL color Cylindrical-coordinate representation of color #88CA08: hue angle of 80.41º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88CA08 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 8 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.21 |
| HSL | 80.41º | 0.92% | 0.41% | - |
| HSV(B) | 80.41º | 0.96% | 0.79% | - |
| XYZ | 31.32 | 47.49 | 7.75 | - |
| YUV | 160.15 | 42.13 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 8 | 0.33 | 0 | 0.96 | 0.21 | 80.41 | 0.92 | 0.41 |
| Hex | 88 | CA | 8 | 21 | 0 | 60 | 15 | 50 | 5C | 29 |
| Octal | 210 | 312 | 10 | 41 | 0 | 140 | 25 | 120 | 134 | 51 |
| Binary | 10001000 | 11001010 | 1000 | 100001 | 0 | 1100000 | 10101 | 1010000 | 1011100 | 101001 |
Color Harmonies of #88CA08
Complementary color
Monochromatic Colors of #88CA08
Black with #88CA08
Text Example
Text Example
White with #88CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA08; }
p { color: rgb(136,202,8); }
H1.HeaderClassName
{
color: #88CA08;
}
.AnyTagClassName
{
color: #88CA08;
}
</style>
background-color css
<style>
a { background-color: #88CA08; }
a { background-color: rgb(136,202,8); }
div.DivClassName
{
background-color: #88CA08;
}
.BgClassName
{
background-color: #88CA08;
}
</style>
border-color css
<style>
span { border-color: #88CA08; }
span { border-color: rgb(136,202,8); }
td.TdClassName
{
border-color: #88CA08;
}
.TagClassName
{
border-color: #88CA08;
}
</style>