Shades of Citrus #88D403
Tints of Citrus #88D403
RGB
CMYK
RGB Variations
Color information
#88D403 (or 0x88D403) is known color: Citrus. HEX triplet: 88, D4 and 03. RGB value is (136,212,3). Sum of RGB (Red+Green+Blue) = 136+212+3=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #88D403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D403 is #772BFC. Grayscale: #A6A6A6. Windows color (decimal): -7810045 or 251016. OLE color: 251016.
HSL color Cylindrical-coordinate representation of color #88D403: hue angle of 81.82º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88D403 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 212 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.17 |
| HSL | 81.82º | 0.97% | 0.42% | - |
| HSV(B) | 81.82º | 0.99% | 0.83% | - |
| XYZ | 33.71 | 52.33 | 8.41 | - |
| YUV | 165.45 | 36.32 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 212 | 3 | 0.36 | 0 | 0.99 | 0.17 | 81.82 | 0.97 | 0.42 |
| Hex | 88 | D4 | 3 | 24 | 0 | 63 | 11 | 52 | 61 | 2A |
| Octal | 210 | 324 | 3 | 44 | 0 | 143 | 21 | 122 | 141 | 52 |
| Binary | 10001000 | 11010100 | 11 | 100100 | 0 | 1100011 | 10001 | 1010010 | 1100001 | 101010 |
Color Harmonies of #88D403
Complementary color
Monochromatic Colors of #88D403
Black with #88D403
Text Example
Text Example
White with #88D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D403; }
p { color: rgb(136,212,3); }
H1.HeaderClassName
{
color: #88D403;
}
.AnyTagClassName
{
color: #88D403;
}
</style>
background-color css
<style>
a { background-color: #88D403; }
a { background-color: rgb(136,212,3); }
div.DivClassName
{
background-color: #88D403;
}
.BgClassName
{
background-color: #88D403;
}
</style>
border-color css
<style>
span { border-color: #88D403; }
span { border-color: rgb(136,212,3); }
td.TdClassName
{
border-color: #88D403;
}
.TagClassName
{
border-color: #88D403;
}
</style>