Shades of Citrus #85B505
Tints of Citrus #85B505
RGB
CMYK
RGB Variations
Color information
#85B505 (or 0x85B505) is known color: Citrus. HEX triplet: 85, B5 and 05. RGB value is (133,181,5). Sum of RGB (Red+Green+Blue) = 133+181+5=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #85B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B505 is #7A4AFA. Grayscale: #939393. Windows color (decimal): -8014587 or 374149. OLE color: 374149.
HSL color Cylindrical-coordinate representation of color #85B505: hue angle of 76.36º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85B505 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.29 |
| HSL | 76.36º | 0.95% | 0.36% | - |
| HSV(B) | 76.36º | 0.97% | 0.71% | - |
| XYZ | 26.22 | 38.05 | 6.1 | - |
| YUV | 146.58 | 48.1 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 5 | 0.27 | 0 | 0.97 | 0.29 | 76.36 | 0.95 | 0.36 |
| Hex | 85 | B5 | 5 | 1B | 0 | 61 | 1D | 4C | 5F | 24 |
| Octal | 205 | 265 | 5 | 33 | 0 | 141 | 35 | 114 | 137 | 44 |
| Binary | 10000101 | 10110101 | 101 | 11011 | 0 | 1100001 | 11101 | 1001100 | 1011111 | 100100 |
Color Harmonies of #85B505
Complementary color
Monochromatic Colors of #85B505
Black with #85B505
Text Example
Text Example
White with #85B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B505; }
p { color: rgb(133,181,5); }
H1.HeaderClassName
{
color: #85B505;
}
.AnyTagClassName
{
color: #85B505;
}
</style>
background-color css
<style>
a { background-color: #85B505; }
a { background-color: rgb(133,181,5); }
div.DivClassName
{
background-color: #85B505;
}
.BgClassName
{
background-color: #85B505;
}
</style>
border-color css
<style>
span { border-color: #85B505; }
span { border-color: rgb(133,181,5); }
td.TdClassName
{
border-color: #85B505;
}
.TagClassName
{
border-color: #85B505;
}
</style>