Shades of Citrus #88CA0A
Tints of Citrus #88CA0A
RGB
CMYK
RGB Variations
Color information
#88CA0A (or 0x88CA0A) is known color: Citrus. HEX triplet: 88, CA and 0A. RGB value is (136,202,10). Sum of RGB (Red+Green+Blue) = 136+202+10=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CA0A is #7735F5. Grayscale: #A1A1A1. Windows color (decimal): -7812598 or 707208. OLE color: 707208.
HSL color Cylindrical-coordinate representation of color #88CA0A: hue angle of 80.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88CA0A is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 10 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.21 |
| HSL | 80.63º | 0.91% | 0.42% | - |
| HSV(B) | 80.63º | 0.95% | 0.79% | - |
| XYZ | 31.33 | 47.5 | 7.8 | - |
| YUV | 160.38 | 43.13 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 10 | 0.33 | 0 | 0.95 | 0.21 | 80.63 | 0.91 | 0.42 |
| Hex | 88 | CA | A | 21 | 0 | 5F | 15 | 51 | 5B | 2A |
| Octal | 210 | 312 | 12 | 41 | 0 | 137 | 25 | 121 | 133 | 52 |
| Binary | 10001000 | 11001010 | 1010 | 100001 | 0 | 1011111 | 10101 | 1010001 | 1011011 | 101010 |
Color Harmonies of #88CA0A
Complementary color
Monochromatic Colors of #88CA0A
Black with #88CA0A
Text Example
Text Example
White with #88CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA0A; }
p { color: rgb(136,202,10); }
H1.HeaderClassName
{
color: #88CA0A;
}
.AnyTagClassName
{
color: #88CA0A;
}
</style>
background-color css
<style>
a { background-color: #88CA0A; }
a { background-color: rgb(136,202,10); }
div.DivClassName
{
background-color: #88CA0A;
}
.BgClassName
{
background-color: #88CA0A;
}
</style>
border-color css
<style>
span { border-color: #88CA0A; }
span { border-color: rgb(136,202,10); }
td.TdClassName
{
border-color: #88CA0A;
}
.TagClassName
{
border-color: #88CA0A;
}
</style>