Shades of Citrus #85C605
Tints of Citrus #85C605
RGB
CMYK
RGB Variations
Color information
#85C605 (or 0x85C605) is known color: Citrus. HEX triplet: 85, C6 and 05. RGB value is (133,198,5). Sum of RGB (Red+Green+Blue) = 133+198+5=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #85C605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C605 is #7A39FA. Grayscale: #9D9D9D. Windows color (decimal): -8010235 or 378501. OLE color: 378501.
HSL color Cylindrical-coordinate representation of color #85C605: hue angle of 80.21º degrees, saturation: 0.95, 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 #85C605 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.22 |
| HSL | 80.21º | 0.95% | 0.4% | - |
| HSV(B) | 80.21º | 0.97% | 0.78% | - |
| XYZ | 29.89 | 45.39 | 7.33 | - |
| YUV | 156.56 | 42.47 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 5 | 0.33 | 0 | 0.97 | 0.22 | 80.21 | 0.95 | 0.4 |
| Hex | 85 | C6 | 5 | 21 | 0 | 61 | 16 | 50 | 5F | 28 |
| Octal | 205 | 306 | 5 | 41 | 0 | 141 | 26 | 120 | 137 | 50 |
| Binary | 10000101 | 11000110 | 101 | 100001 | 0 | 1100001 | 10110 | 1010000 | 1011111 | 101000 |
Color Harmonies of #85C605
Complementary color
Monochromatic Colors of #85C605
Black with #85C605
Text Example
Text Example
White with #85C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C605; }
p { color: rgb(133,198,5); }
H1.HeaderClassName
{
color: #85C605;
}
.AnyTagClassName
{
color: #85C605;
}
</style>
background-color css
<style>
a { background-color: #85C605; }
a { background-color: rgb(133,198,5); }
div.DivClassName
{
background-color: #85C605;
}
.BgClassName
{
background-color: #85C605;
}
</style>
border-color css
<style>
span { border-color: #85C605; }
span { border-color: rgb(133,198,5); }
td.TdClassName
{
border-color: #85C605;
}
.TagClassName
{
border-color: #85C605;
}
</style>