Shades of Citrus #88C304
Tints of Citrus #88C304
RGB
CMYK
RGB Variations
Color information
#88C304 (or 0x88C304) is known color: Citrus. HEX triplet: 88, C3 and 04. RGB value is (136,195,4). Sum of RGB (Red+Green+Blue) = 136+195+4=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #88C304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C304 is #773CFB. Grayscale: #9C9C9C. Windows color (decimal): -7814396 or 312200. OLE color: 312200.
HSL color Cylindrical-coordinate representation of color #88C304: hue angle of 78.53º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88C304 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.24 |
| HSL | 78.53º | 0.96% | 0.39% | - |
| HSV(B) | 78.53º | 0.98% | 0.76% | - |
| XYZ | 29.69 | 44.27 | 7.1 | - |
| YUV | 155.59 | 42.45 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 4 | 0.30 | 0 | 0.98 | 0.24 | 78.53 | 0.96 | 0.39 |
| Hex | 88 | C3 | 4 | 1E | 0 | 62 | 18 | 4F | 60 | 27 |
| Octal | 210 | 303 | 4 | 36 | 0 | 142 | 30 | 117 | 140 | 47 |
| Binary | 10001000 | 11000011 | 100 | 11110 | 0 | 1100010 | 11000 | 1001111 | 1100000 | 100111 |
Color Harmonies of #88C304
Complementary color
Monochromatic Colors of #88C304
Black with #88C304
Text Example
Text Example
White with #88C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C304; }
p { color: rgb(136,195,4); }
H1.HeaderClassName
{
color: #88C304;
}
.AnyTagClassName
{
color: #88C304;
}
</style>
background-color css
<style>
a { background-color: #88C304; }
a { background-color: rgb(136,195,4); }
div.DivClassName
{
background-color: #88C304;
}
.BgClassName
{
background-color: #88C304;
}
</style>
border-color css
<style>
span { border-color: #88C304; }
span { border-color: rgb(136,195,4); }
td.TdClassName
{
border-color: #88C304;
}
.TagClassName
{
border-color: #88C304;
}
</style>