Shades of Citrus #88CA06
Tints of Citrus #88CA06
RGB
CMYK
RGB Variations
Color information
#88CA06 (or 0x88CA06) is known color: Citrus. HEX triplet: 88, CA and 06. RGB value is (136,202,6). Sum of RGB (Red+Green+Blue) = 136+202+6=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CA06 is #7735F9. Grayscale: #A0A0A0. Windows color (decimal): -7812602 or 445064. OLE color: 445064.
HSL color Cylindrical-coordinate representation of color #88CA06: hue angle of 80.2º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88CA06 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 6 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.21 |
| HSL | 80.2º | 0.94% | 0.41% | - |
| HSV(B) | 80.2º | 0.97% | 0.79% | - |
| XYZ | 31.31 | 47.49 | 7.69 | - |
| YUV | 159.92 | 41.13 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 6 | 0.33 | 0 | 0.97 | 0.21 | 80.2 | 0.94 | 0.41 |
| Hex | 88 | CA | 6 | 21 | 0 | 61 | 15 | 50 | 5E | 29 |
| Octal | 210 | 312 | 6 | 41 | 0 | 141 | 25 | 120 | 136 | 51 |
| Binary | 10001000 | 11001010 | 110 | 100001 | 0 | 1100001 | 10101 | 1010000 | 1011110 | 101001 |
Color Harmonies of #88CA06
Complementary color
Monochromatic Colors of #88CA06
Black with #88CA06
Text Example
Text Example
White with #88CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA06; }
p { color: rgb(136,202,6); }
H1.HeaderClassName
{
color: #88CA06;
}
.AnyTagClassName
{
color: #88CA06;
}
</style>
background-color css
<style>
a { background-color: #88CA06; }
a { background-color: rgb(136,202,6); }
div.DivClassName
{
background-color: #88CA06;
}
.BgClassName
{
background-color: #88CA06;
}
</style>
border-color css
<style>
span { border-color: #88CA06; }
span { border-color: rgb(136,202,6); }
td.TdClassName
{
border-color: #88CA06;
}
.TagClassName
{
border-color: #88CA06;
}
</style>