Shades of Citrus #85B502
Tints of Citrus #85B502
RGB
CMYK
RGB Variations
Color information
#85B502 (or 0x85B502) is known color: Citrus. HEX triplet: 85, B5 and 02. RGB value is (133,181,2). Sum of RGB (Red+Green+Blue) = 133+181+2=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #85B502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B502 is #7A4AFD. Grayscale: #929292. Windows color (decimal): -8014590 or 177541. OLE color: 177541.
HSL color Cylindrical-coordinate representation of color #85B502: hue angle of 76.09º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85B502 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.29 |
| HSL | 76.09º | 0.98% | 0.36% | - |
| HSV(B) | 76.09º | 0.99% | 0.71% | - |
| XYZ | 26.21 | 38.04 | 6.02 | - |
| YUV | 146.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 2 | 0.27 | 0 | 0.99 | 0.29 | 76.09 | 0.98 | 0.36 |
| Hex | 85 | B5 | 2 | 1B | 0 | 63 | 1D | 4C | 62 | 24 |
| Octal | 205 | 265 | 2 | 33 | 0 | 143 | 35 | 114 | 142 | 44 |
| Binary | 10000101 | 10110101 | 10 | 11011 | 0 | 1100011 | 11101 | 1001100 | 1100010 | 100100 |
Color Harmonies of #85B502
Complementary color
Monochromatic Colors of #85B502
Black with #85B502
Text Example
Text Example
White with #85B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B502; }
p { color: rgb(133,181,2); }
H1.HeaderClassName
{
color: #85B502;
}
.AnyTagClassName
{
color: #85B502;
}
</style>
background-color css
<style>
a { background-color: #85B502; }
a { background-color: rgb(133,181,2); }
div.DivClassName
{
background-color: #85B502;
}
.BgClassName
{
background-color: #85B502;
}
</style>
border-color css
<style>
span { border-color: #85B502; }
span { border-color: rgb(133,181,2); }
td.TdClassName
{
border-color: #85B502;
}
.TagClassName
{
border-color: #85B502;
}
</style>