Shades of Citrus #88CE10
Tints of Citrus #88CE10
RGB
CMYK
RGB Variations
Color information
#88CE10 (or 0x88CE10) is known color: Citrus. HEX triplet: 88, CE and 10. RGB value is (136,206,16). Sum of RGB (Red+Green+Blue) = 136+206+16=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #88CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CE10 is #7731EF. Grayscale: #A4A4A4. Windows color (decimal): -7811568 or 1101448. OLE color: 1101448.
HSL color Cylindrical-coordinate representation of color #88CE10: hue angle of 82.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88CE10 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 206 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.19 |
| HSL | 82.11º | 0.86% | 0.44% | - |
| HSV(B) | 82.11º | 0.92% | 0.81% | - |
| XYZ | 32.32 | 49.41 | 8.32 | - |
| YUV | 163.41 | 44.81 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 16 | 0.34 | 0 | 0.92 | 0.19 | 82.11 | 0.86 | 0.44 |
| Hex | 88 | CE | 10 | 22 | 0 | 5C | 13 | 52 | 56 | 2C |
| Octal | 210 | 316 | 20 | 42 | 0 | 134 | 23 | 122 | 126 | 54 |
| Binary | 10001000 | 11001110 | 10000 | 100010 | 0 | 1011100 | 10011 | 1010010 | 1010110 | 101100 |
Color Harmonies of #88CE10
Complementary color
Monochromatic Colors of #88CE10
Black with #88CE10
Text Example
Text Example
White with #88CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CE10; }
p { color: rgb(136,206,16); }
H1.HeaderClassName
{
color: #88CE10;
}
.AnyTagClassName
{
color: #88CE10;
}
</style>
background-color css
<style>
a { background-color: #88CE10; }
a { background-color: rgb(136,206,16); }
div.DivClassName
{
background-color: #88CE10;
}
.BgClassName
{
background-color: #88CE10;
}
</style>
border-color css
<style>
span { border-color: #88CE10; }
span { border-color: rgb(136,206,16); }
td.TdClassName
{
border-color: #88CE10;
}
.TagClassName
{
border-color: #88CE10;
}
</style>