Shades of Citrus #88C10D
Tints of Citrus #88C10D
RGB
CMYK
RGB Variations
Color information
#88C10D (or 0x88C10D) is known color: Citrus. HEX triplet: 88, C1 and 0D. RGB value is (136,193,13). Sum of RGB (Red+Green+Blue) = 136+193+13=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #88C10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C10D is #773EF2. Grayscale: #9C9C9C. Windows color (decimal): -7814899 or 901512. OLE color: 901512.
HSL color Cylindrical-coordinate representation of color #88C10D: hue angle of 79º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88C10D is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 193 | 13 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.24 |
| HSL | 79º | 0.87% | 0.4% | - |
| HSV(B) | 79º | 0.93% | 0.76% | - |
| XYZ | 29.3 | 43.4 | 7.21 | - |
| YUV | 155.44 | 47.62 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 13 | 0.30 | 0 | 0.93 | 0.24 | 79 | 0.87 | 0.4 |
| Hex | 88 | C1 | D | 1E | 0 | 5D | 18 | 4F | 57 | 28 |
| Octal | 210 | 301 | 15 | 36 | 0 | 135 | 30 | 117 | 127 | 50 |
| Binary | 10001000 | 11000001 | 1101 | 11110 | 0 | 1011101 | 11000 | 1001111 | 1010111 | 101000 |
Color Harmonies of #88C10D
Complementary color
Monochromatic Colors of #88C10D
Black with #88C10D
Text Example
Text Example
White with #88C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C10D; }
p { color: rgb(136,193,13); }
H1.HeaderClassName
{
color: #88C10D;
}
.AnyTagClassName
{
color: #88C10D;
}
</style>
background-color css
<style>
a { background-color: #88C10D; }
a { background-color: rgb(136,193,13); }
div.DivClassName
{
background-color: #88C10D;
}
.BgClassName
{
background-color: #88C10D;
}
</style>
border-color css
<style>
span { border-color: #88C10D; }
span { border-color: rgb(136,193,13); }
td.TdClassName
{
border-color: #88C10D;
}
.TagClassName
{
border-color: #88C10D;
}
</style>