Shades of Citrus #85C806
Tints of Citrus #85C806
RGB
CMYK
RGB Variations
Color information
#85C806 (or 0x85C806) is known color: Citrus. HEX triplet: 85, C8 and 06. RGB value is (133,200,6). Sum of RGB (Red+Green+Blue) = 133+200+6=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #85C806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C806 is #7A37F9. Grayscale: #9E9E9E. Windows color (decimal): -8009722 or 444549. OLE color: 444549.
HSL color Cylindrical-coordinate representation of color #85C806: hue angle of 80.72º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85C806 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.22 |
| HSL | 80.72º | 0.94% | 0.4% | - |
| HSV(B) | 80.72º | 0.97% | 0.78% | - |
| XYZ | 30.36 | 46.31 | 7.51 | - |
| YUV | 157.85 | 42.3 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 6 | 0.34 | 0 | 0.97 | 0.22 | 80.72 | 0.94 | 0.4 |
| Hex | 85 | C8 | 6 | 22 | 0 | 61 | 16 | 51 | 5E | 28 |
| Octal | 205 | 310 | 6 | 42 | 0 | 141 | 26 | 121 | 136 | 50 |
| Binary | 10000101 | 11001000 | 110 | 100010 | 0 | 1100001 | 10110 | 1010001 | 1011110 | 101000 |
Color Harmonies of #85C806
Complementary color
Monochromatic Colors of #85C806
Black with #85C806
Text Example
Text Example
White with #85C806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C806; }
p { color: rgb(133,200,6); }
H1.HeaderClassName
{
color: #85C806;
}
.AnyTagClassName
{
color: #85C806;
}
</style>
background-color css
<style>
a { background-color: #85C806; }
a { background-color: rgb(133,200,6); }
div.DivClassName
{
background-color: #85C806;
}
.BgClassName
{
background-color: #85C806;
}
</style>
border-color css
<style>
span { border-color: #85C806; }
span { border-color: rgb(133,200,6); }
td.TdClassName
{
border-color: #85C806;
}
.TagClassName
{
border-color: #85C806;
}
</style>