Shades of Citrus #88D103
Tints of Citrus #88D103
RGB
CMYK
RGB Variations
Color information
#88D103 (or 0x88D103) is known color: Citrus. HEX triplet: 88, D1 and 03. RGB value is (136,209,3). Sum of RGB (Red+Green+Blue) = 136+209+3=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 209 (82.03% from 255 or 60.06% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 209 - color contains mainly: green. Hex color #88D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D103 is #772EFC. Grayscale: #A4A4A4. Windows color (decimal): -7810813 or 250248. OLE color: 250248.
HSL color Cylindrical-coordinate representation of color #88D103: hue angle of 81.26º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88D103 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 209 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.18 |
| HSL | 81.26º | 0.97% | 0.42% | - |
| HSV(B) | 81.26º | 0.99% | 0.82% | - |
| XYZ | 32.97 | 50.84 | 8.16 | - |
| YUV | 163.69 | 37.32 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 209 | 3 | 0.35 | 0 | 0.99 | 0.18 | 81.26 | 0.97 | 0.42 |
| Hex | 88 | D1 | 3 | 23 | 0 | 63 | 12 | 51 | 61 | 2A |
| Octal | 210 | 321 | 3 | 43 | 0 | 143 | 22 | 121 | 141 | 52 |
| Binary | 10001000 | 11010001 | 11 | 100011 | 0 | 1100011 | 10010 | 1010001 | 1100001 | 101010 |
Color Harmonies of #88D103
Complementary color
Monochromatic Colors of #88D103
Black with #88D103
Text Example
Text Example
White with #88D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D103; }
p { color: rgb(136,209,3); }
H1.HeaderClassName
{
color: #88D103;
}
.AnyTagClassName
{
color: #88D103;
}
</style>
background-color css
<style>
a { background-color: #88D103; }
a { background-color: rgb(136,209,3); }
div.DivClassName
{
background-color: #88D103;
}
.BgClassName
{
background-color: #88D103;
}
</style>
border-color css
<style>
span { border-color: #88D103; }
span { border-color: rgb(136,209,3); }
td.TdClassName
{
border-color: #88D103;
}
.TagClassName
{
border-color: #88D103;
}
</style>