Shades of Citrus #85C405
Tints of Citrus #85C405
RGB
CMYK
RGB Variations
Color information
#85C405 (or 0x85C405) is known color: Citrus. HEX triplet: 85, C4 and 05. RGB value is (133,196,5). Sum of RGB (Red+Green+Blue) = 133+196+5=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #85C405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C405 is #7A3BFA. Grayscale: #9C9C9C. Windows color (decimal): -8010747 or 377989. OLE color: 377989.
HSL color Cylindrical-coordinate representation of color #85C405: hue angle of 79.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85C405 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.23 |
| HSL | 79.79º | 0.95% | 0.39% | - |
| HSV(B) | 79.79º | 0.97% | 0.77% | - |
| XYZ | 29.44 | 44.48 | 7.18 | - |
| YUV | 155.39 | 43.13 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 5 | 0.32 | 0 | 0.97 | 0.23 | 79.79 | 0.95 | 0.39 |
| Hex | 85 | C4 | 5 | 20 | 0 | 61 | 17 | 50 | 5F | 27 |
| Octal | 205 | 304 | 5 | 40 | 0 | 141 | 27 | 120 | 137 | 47 |
| Binary | 10000101 | 11000100 | 101 | 100000 | 0 | 1100001 | 10111 | 1010000 | 1011111 | 100111 |
Color Harmonies of #85C405
Complementary color
Monochromatic Colors of #85C405
Black with #85C405
Text Example
Text Example
White with #85C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C405; }
p { color: rgb(133,196,5); }
H1.HeaderClassName
{
color: #85C405;
}
.AnyTagClassName
{
color: #85C405;
}
</style>
background-color css
<style>
a { background-color: #85C405; }
a { background-color: rgb(133,196,5); }
div.DivClassName
{
background-color: #85C405;
}
.BgClassName
{
background-color: #85C405;
}
</style>
border-color css
<style>
span { border-color: #85C405; }
span { border-color: rgb(133,196,5); }
td.TdClassName
{
border-color: #85C405;
}
.TagClassName
{
border-color: #85C405;
}
</style>