Shades of Citrus #85B804
Tints of Citrus #85B804
RGB
CMYK
RGB Variations
Color information
#85B804 (or 0x85B804) is known color: Citrus. HEX triplet: 85, B8 and 04. RGB value is (133,184,4). Sum of RGB (Red+Green+Blue) = 133+184+4=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #85B804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B804 is #7A47FB. Grayscale: #949494. Windows color (decimal): -8013820 or 309381. OLE color: 309381.
HSL color Cylindrical-coordinate representation of color #85B804: hue angle of 77º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B804 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.28 |
| HSL | 77º | 0.96% | 0.37% | - |
| HSV(B) | 77º | 0.98% | 0.72% | - |
| XYZ | 26.84 | 39.28 | 6.28 | - |
| YUV | 148.23 | 46.6 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 4 | 0.28 | 0 | 0.98 | 0.28 | 77 | 0.96 | 0.37 |
| Hex | 85 | B8 | 4 | 1C | 0 | 62 | 1C | 4D | 60 | 25 |
| Octal | 205 | 270 | 4 | 34 | 0 | 142 | 34 | 115 | 140 | 45 |
| Binary | 10000101 | 10111000 | 100 | 11100 | 0 | 1100010 | 11100 | 1001101 | 1100000 | 100101 |
Color Harmonies of #85B804
Complementary color
Monochromatic Colors of #85B804
Black with #85B804
Text Example
Text Example
White with #85B804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B804; }
p { color: rgb(133,184,4); }
H1.HeaderClassName
{
color: #85B804;
}
.AnyTagClassName
{
color: #85B804;
}
</style>
background-color css
<style>
a { background-color: #85B804; }
a { background-color: rgb(133,184,4); }
div.DivClassName
{
background-color: #85B804;
}
.BgClassName
{
background-color: #85B804;
}
</style>
border-color css
<style>
span { border-color: #85B804; }
span { border-color: rgb(133,184,4); }
td.TdClassName
{
border-color: #85B804;
}
.TagClassName
{
border-color: #85B804;
}
</style>