Shades of Citrus #85C40A
Tints of Citrus #85C40A
RGB
CMYK
RGB Variations
Color information
#85C40A (or 0x85C40A) is known color: Citrus. HEX triplet: 85, C4 and 0A. RGB value is (133,196,10). Sum of RGB (Red+Green+Blue) = 133+196+10=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #85C40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C40A is #7A3BF5. Grayscale: #9C9C9C. Windows color (decimal): -8010742 or 705669. OLE color: 705669.
HSL color Cylindrical-coordinate representation of color #85C40A: hue angle of 80.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85C40A is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 10 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.23 |
| HSL | 80.32º | 0.9% | 0.4% | - |
| HSV(B) | 80.32º | 0.95% | 0.77% | - |
| XYZ | 29.47 | 44.49 | 7.32 | - |
| YUV | 155.96 | 45.63 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 10 | 0.32 | 0 | 0.95 | 0.23 | 80.32 | 0.9 | 0.4 |
| Hex | 85 | C4 | A | 20 | 0 | 5F | 17 | 50 | 5A | 28 |
| Octal | 205 | 304 | 12 | 40 | 0 | 137 | 27 | 120 | 132 | 50 |
| Binary | 10000101 | 11000100 | 1010 | 100000 | 0 | 1011111 | 10111 | 1010000 | 1011010 | 101000 |
Color Harmonies of #85C40A
Complementary color
Monochromatic Colors of #85C40A
Black with #85C40A
Text Example
Text Example
White with #85C40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C40A; }
p { color: rgb(133,196,10); }
H1.HeaderClassName
{
color: #85C40A;
}
.AnyTagClassName
{
color: #85C40A;
}
</style>
background-color css
<style>
a { background-color: #85C40A; }
a { background-color: rgb(133,196,10); }
div.DivClassName
{
background-color: #85C40A;
}
.BgClassName
{
background-color: #85C40A;
}
</style>
border-color css
<style>
span { border-color: #85C40A; }
span { border-color: rgb(133,196,10); }
td.TdClassName
{
border-color: #85C40A;
}
.TagClassName
{
border-color: #85C40A;
}
</style>