Shades of Citrus #88C20C
Tints of Citrus #88C20C
RGB
CMYK
RGB Variations
Color information
#88C20C (or 0x88C20C) is known color: Citrus. HEX triplet: 88, C2 and 0C. RGB value is (136,194,12). Sum of RGB (Red+Green+Blue) = 136+194+12=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #88C20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C20C is #773DF3. Grayscale: #9C9C9C. Windows color (decimal): -7814644 or 836232. OLE color: 836232.
HSL color Cylindrical-coordinate representation of color #88C20C: hue angle of 79.12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88C20C is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 12 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.24 |
| HSL | 79.12º | 0.88% | 0.4% | - |
| HSV(B) | 79.12º | 0.94% | 0.76% | - |
| XYZ | 29.51 | 43.84 | 7.26 | - |
| YUV | 155.91 | 46.78 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 12 | 0.30 | 0 | 0.94 | 0.24 | 79.12 | 0.88 | 0.4 |
| Hex | 88 | C2 | C | 1E | 0 | 5E | 18 | 4F | 58 | 28 |
| Octal | 210 | 302 | 14 | 36 | 0 | 136 | 30 | 117 | 130 | 50 |
| Binary | 10001000 | 11000010 | 1100 | 11110 | 0 | 1011110 | 11000 | 1001111 | 1011000 | 101000 |
Color Harmonies of #88C20C
Complementary color
Monochromatic Colors of #88C20C
Black with #88C20C
Text Example
Text Example
White with #88C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C20C; }
p { color: rgb(136,194,12); }
H1.HeaderClassName
{
color: #88C20C;
}
.AnyTagClassName
{
color: #88C20C;
}
</style>
background-color css
<style>
a { background-color: #88C20C; }
a { background-color: rgb(136,194,12); }
div.DivClassName
{
background-color: #88C20C;
}
.BgClassName
{
background-color: #88C20C;
}
</style>
border-color css
<style>
span { border-color: #88C20C; }
span { border-color: rgb(136,194,12); }
td.TdClassName
{
border-color: #88C20C;
}
.TagClassName
{
border-color: #88C20C;
}
</style>