Shades of Citrus #88D400
Tints of Citrus #88D400
RGB
CMYK
RGB Variations
Color information
#88D400 (or 0x88D400) is known color: Citrus. HEX triplet: 88, D4 and 00. RGB value is (136,212,0). Sum of RGB (Red+Green+Blue) = 136+212+0=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #88D400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D400 is #772BFF. Grayscale: #A5A5A5. Windows color (decimal): -7810048 or 54408. OLE color: 54408.
HSL color Cylindrical-coordinate representation of color #88D400: hue angle of 81.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88D400 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 212 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.17 |
| HSL | 81.51º | 1% | 0.42% | - |
| HSV(B) | 81.51º | 1% | 0.83% | - |
| XYZ | 33.7 | 52.32 | 8.32 | - |
| YUV | 165.11 | 34.82 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 212 | 0 | 0.36 | 0 | 1 | 0.17 | 81.51 | 1 | 0.42 |
| Hex | 88 | D4 | 0 | 24 | 0 | 64 | 11 | 52 | 64 | 2A |
| Octal | 210 | 324 | 0 | 44 | 0 | 144 | 21 | 122 | 144 | 52 |
| Binary | 10001000 | 11010100 | 0 | 100100 | 0 | 1100100 | 10001 | 1010010 | 1100100 | 101010 |
Color Harmonies of #88D400
Complementary color
Monochromatic Colors of #88D400
Black with #88D400
Text Example
Text Example
White with #88D400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D400; }
p { color: rgb(136,212,0); }
H1.HeaderClassName
{
color: #88D400;
}
.AnyTagClassName
{
color: #88D400;
}
</style>
background-color css
<style>
a { background-color: #88D400; }
a { background-color: rgb(136,212,0); }
div.DivClassName
{
background-color: #88D400;
}
.BgClassName
{
background-color: #88D400;
}
</style>
border-color css
<style>
span { border-color: #88D400; }
span { border-color: rgb(136,212,0); }
td.TdClassName
{
border-color: #88D400;
}
.TagClassName
{
border-color: #88D400;
}
</style>