Shades of Citrus #85B404
Tints of Citrus #85B404
RGB
CMYK
RGB Variations
Color information
#85B404 (or 0x85B404) is known color: Citrus. HEX triplet: 85, B4 and 04. RGB value is (133,180,4). Sum of RGB (Red+Green+Blue) = 133+180+4=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #85B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B404 is #7A4BFB. Grayscale: #929292. Windows color (decimal): -8014844 or 308357. OLE color: 308357.
HSL color Cylindrical-coordinate representation of color #85B404: hue angle of 76.02º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B404 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.29 |
| HSL | 76.02º | 0.96% | 0.36% | - |
| HSV(B) | 76.02º | 0.98% | 0.71% | - |
| XYZ | 26.02 | 37.64 | 6.01 | - |
| YUV | 145.88 | 47.93 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 4 | 0.26 | 0 | 0.98 | 0.29 | 76.02 | 0.96 | 0.36 |
| Hex | 85 | B4 | 4 | 1A | 0 | 62 | 1D | 4C | 60 | 24 |
| Octal | 205 | 264 | 4 | 32 | 0 | 142 | 35 | 114 | 140 | 44 |
| Binary | 10000101 | 10110100 | 100 | 11010 | 0 | 1100010 | 11101 | 1001100 | 1100000 | 100100 |
Color Harmonies of #85B404
Complementary color
Monochromatic Colors of #85B404
Black with #85B404
Text Example
Text Example
White with #85B404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B404; }
p { color: rgb(133,180,4); }
H1.HeaderClassName
{
color: #85B404;
}
.AnyTagClassName
{
color: #85B404;
}
</style>
background-color css
<style>
a { background-color: #85B404; }
a { background-color: rgb(133,180,4); }
div.DivClassName
{
background-color: #85B404;
}
.BgClassName
{
background-color: #85B404;
}
</style>
border-color css
<style>
span { border-color: #85B404; }
span { border-color: rgb(133,180,4); }
td.TdClassName
{
border-color: #85B404;
}
.TagClassName
{
border-color: #85B404;
}
</style>