Shades of Citrus #85C70A
Tints of Citrus #85C70A
RGB
CMYK
RGB Variations
Color information
#85C70A (or 0x85C70A) is known color: Citrus. HEX triplet: 85, C7 and 0A. RGB value is (133,199,10). Sum of RGB (Red+Green+Blue) = 133+199+10=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #85C70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C70A is #7A38F5. Grayscale: #9E9E9E. Windows color (decimal): -8009974 or 706437. OLE color: 706437.
HSL color Cylindrical-coordinate representation of color #85C70A: hue angle of 80.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85C70A is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 10 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.22 |
| HSL | 80.95º | 0.9% | 0.41% | - |
| HSV(B) | 80.95º | 0.95% | 0.78% | - |
| XYZ | 30.15 | 45.86 | 7.55 | - |
| YUV | 157.72 | 44.63 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 10 | 0.33 | 0 | 0.95 | 0.22 | 80.95 | 0.9 | 0.41 |
| Hex | 85 | C7 | A | 21 | 0 | 5F | 16 | 51 | 5A | 29 |
| Octal | 205 | 307 | 12 | 41 | 0 | 137 | 26 | 121 | 132 | 51 |
| Binary | 10000101 | 11000111 | 1010 | 100001 | 0 | 1011111 | 10110 | 1010001 | 1011010 | 101001 |
Color Harmonies of #85C70A
Complementary color
Monochromatic Colors of #85C70A
Black with #85C70A
Text Example
Text Example
White with #85C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C70A; }
p { color: rgb(133,199,10); }
H1.HeaderClassName
{
color: #85C70A;
}
.AnyTagClassName
{
color: #85C70A;
}
</style>
background-color css
<style>
a { background-color: #85C70A; }
a { background-color: rgb(133,199,10); }
div.DivClassName
{
background-color: #85C70A;
}
.BgClassName
{
background-color: #85C70A;
}
</style>
border-color css
<style>
span { border-color: #85C70A; }
span { border-color: rgb(133,199,10); }
td.TdClassName
{
border-color: #85C70A;
}
.TagClassName
{
border-color: #85C70A;
}
</style>