Shades of Citrus #88C400
Tints of Citrus #88C400
RGB
CMYK
RGB Variations
Color information
#88C400 (or 0x88C400) is known color: Citrus. HEX triplet: 88, C4 and 00. RGB value is (136,196,0). Sum of RGB (Red+Green+Blue) = 136+196+0=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #88C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C400 is #773BFF. Grayscale: #9C9C9C. Windows color (decimal): -7814144 or 50312. OLE color: 50312.
HSL color Cylindrical-coordinate representation of color #88C400: hue angle of 78.37º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88C400 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.23 |
| HSL | 78.37º | 1% | 0.38% | - |
| HSV(B) | 78.37º | 1% | 0.77% | - |
| XYZ | 29.89 | 44.71 | 7.06 | - |
| YUV | 155.72 | 40.12 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 0 | 0.31 | 0 | 1 | 0.23 | 78.37 | 1 | 0.38 |
| Hex | 88 | C4 | 0 | 1F | 0 | 64 | 17 | 4E | 64 | 26 |
| Octal | 210 | 304 | 0 | 37 | 0 | 144 | 27 | 116 | 144 | 46 |
| Binary | 10001000 | 11000100 | 0 | 11111 | 0 | 1100100 | 10111 | 1001110 | 1100100 | 100110 |
Color Harmonies of #88C400
Complementary color
Monochromatic Colors of #88C400
Black with #88C400
Text Example
Text Example
White with #88C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C400; }
p { color: rgb(136,196,0); }
H1.HeaderClassName
{
color: #88C400;
}
.AnyTagClassName
{
color: #88C400;
}
</style>
background-color css
<style>
a { background-color: #88C400; }
a { background-color: rgb(136,196,0); }
div.DivClassName
{
background-color: #88C400;
}
.BgClassName
{
background-color: #88C400;
}
</style>
border-color css
<style>
span { border-color: #88C400; }
span { border-color: rgb(136,196,0); }
td.TdClassName
{
border-color: #88C400;
}
.TagClassName
{
border-color: #88C400;
}
</style>