Shades of Citrus #85B700
Tints of Citrus #85B700
RGB
CMYK
RGB Variations
Color information
#85B700 (or 0x85B700) is known color: Citrus. HEX triplet: 85, B7 and 00. RGB value is (133,183,0). Sum of RGB (Red+Green+Blue) = 133+183+0=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #85B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B700 is #7A48FF. Grayscale: #939393. Windows color (decimal): -8014080 or 46981. OLE color: 46981.
HSL color Cylindrical-coordinate representation of color #85B700: hue angle of 76.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85B700 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.28 |
| HSL | 76.39º | 1% | 0.36% | - |
| HSV(B) | 76.39º | 1% | 0.72% | - |
| XYZ | 26.61 | 38.85 | 6.1 | - |
| YUV | 147.19 | 44.94 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 0 | 0.27 | 0 | 1 | 0.28 | 76.39 | 1 | 0.36 |
| Hex | 85 | B7 | 0 | 1B | 0 | 64 | 1C | 4C | 64 | 24 |
| Octal | 205 | 267 | 0 | 33 | 0 | 144 | 34 | 114 | 144 | 44 |
| Binary | 10000101 | 10110111 | 0 | 11011 | 0 | 1100100 | 11100 | 1001100 | 1100100 | 100100 |
Color Harmonies of #85B700
Complementary color
Monochromatic Colors of #85B700
Black with #85B700
Text Example
Text Example
White with #85B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B700; }
p { color: rgb(133,183,0); }
H1.HeaderClassName
{
color: #85B700;
}
.AnyTagClassName
{
color: #85B700;
}
</style>
background-color css
<style>
a { background-color: #85B700; }
a { background-color: rgb(133,183,0); }
div.DivClassName
{
background-color: #85B700;
}
.BgClassName
{
background-color: #85B700;
}
</style>
border-color css
<style>
span { border-color: #85B700; }
span { border-color: rgb(133,183,0); }
td.TdClassName
{
border-color: #85B700;
}
.TagClassName
{
border-color: #85B700;
}
</style>