Shades of Citrus #85C508
Tints of Citrus #85C508
RGB
CMYK
RGB Variations
Color information
#85C508 (or 0x85C508) is known color: Citrus. HEX triplet: 85, C5 and 08. RGB value is (133,197,8). Sum of RGB (Red+Green+Blue) = 133+197+8=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #85C508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C508 is #7A3AF7. Grayscale: #9D9D9D. Windows color (decimal): -8010488 or 574853. OLE color: 574853.
HSL color Cylindrical-coordinate representation of color #85C508: hue angle of 80.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85C508 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 197 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.23 |
| HSL | 80.32º | 0.92% | 0.4% | - |
| HSV(B) | 80.32º | 0.96% | 0.77% | - |
| XYZ | 29.68 | 44.94 | 7.34 | - |
| YUV | 156.32 | 44.3 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 8 | 0.32 | 0 | 0.96 | 0.23 | 80.32 | 0.92 | 0.4 |
| Hex | 85 | C5 | 8 | 20 | 0 | 60 | 17 | 50 | 5C | 28 |
| Octal | 205 | 305 | 10 | 40 | 0 | 140 | 27 | 120 | 134 | 50 |
| Binary | 10000101 | 11000101 | 1000 | 100000 | 0 | 1100000 | 10111 | 1010000 | 1011100 | 101000 |
Color Harmonies of #85C508
Complementary color
Monochromatic Colors of #85C508
Black with #85C508
Text Example
Text Example
White with #85C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C508; }
p { color: rgb(133,197,8); }
H1.HeaderClassName
{
color: #85C508;
}
.AnyTagClassName
{
color: #85C508;
}
</style>
background-color css
<style>
a { background-color: #85C508; }
a { background-color: rgb(133,197,8); }
div.DivClassName
{
background-color: #85C508;
}
.BgClassName
{
background-color: #85C508;
}
</style>
border-color css
<style>
span { border-color: #85C508; }
span { border-color: rgb(133,197,8); }
td.TdClassName
{
border-color: #85C508;
}
.TagClassName
{
border-color: #85C508;
}
</style>