Shades of Citrus #88C010
Tints of Citrus #88C010
RGB
CMYK
RGB Variations
Color information
#88C010 (or 0x88C010) is known color: Citrus. HEX triplet: 88, C0 and 10. RGB value is (136,192,16). Sum of RGB (Red+Green+Blue) = 136+192+16=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #88C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C010 is #773FEF. Grayscale: #9B9B9B. Windows color (decimal): -7815152 or 1097864. OLE color: 1097864.
HSL color Cylindrical-coordinate representation of color #88C010: hue angle of 79.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88C010 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 16 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.25 |
| HSL | 79.09º | 0.85% | 0.41% | - |
| HSV(B) | 79.09º | 0.92% | 0.75% | - |
| XYZ | 29.1 | 42.97 | 7.25 | - |
| YUV | 155.19 | 49.45 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 16 | 0.29 | 0 | 0.92 | 0.25 | 79.09 | 0.85 | 0.41 |
| Hex | 88 | C0 | 10 | 1D | 0 | 5C | 19 | 4F | 55 | 29 |
| Octal | 210 | 300 | 20 | 35 | 0 | 134 | 31 | 117 | 125 | 51 |
| Binary | 10001000 | 11000000 | 10000 | 11101 | 0 | 1011100 | 11001 | 1001111 | 1010101 | 101001 |
Color Harmonies of #88C010
Complementary color
Monochromatic Colors of #88C010
Black with #88C010
Text Example
Text Example
White with #88C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C010; }
p { color: rgb(136,192,16); }
H1.HeaderClassName
{
color: #88C010;
}
.AnyTagClassName
{
color: #88C010;
}
</style>
background-color css
<style>
a { background-color: #88C010; }
a { background-color: rgb(136,192,16); }
div.DivClassName
{
background-color: #88C010;
}
.BgClassName
{
background-color: #88C010;
}
</style>
border-color css
<style>
span { border-color: #88C010; }
span { border-color: rgb(136,192,16); }
td.TdClassName
{
border-color: #88C010;
}
.TagClassName
{
border-color: #88C010;
}
</style>