Shades of Citrus #85C709
Tints of Citrus #85C709
RGB
CMYK
RGB Variations
Color information
#85C709 (or 0x85C709) is known color: Citrus. HEX triplet: 85, C7 and 09. RGB value is (133,199,9). Sum of RGB (Red+Green+Blue) = 133+199+9=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #85C709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C709 is #7A38F6. Grayscale: #9E9E9E. Windows color (decimal): -8009975 or 640901. OLE color: 640901.
HSL color Cylindrical-coordinate representation of color #85C709: hue angle of 80.84º degrees, saturation: 0.91, 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 #85C709 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 9 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.22 |
| HSL | 80.84º | 0.91% | 0.41% | - |
| HSV(B) | 80.84º | 0.95% | 0.78% | - |
| XYZ | 30.15 | 45.85 | 7.52 | - |
| YUV | 157.61 | 44.13 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 9 | 0.33 | 0 | 0.95 | 0.22 | 80.84 | 0.91 | 0.41 |
| Hex | 85 | C7 | 9 | 21 | 0 | 5F | 16 | 51 | 5B | 29 |
| Octal | 205 | 307 | 11 | 41 | 0 | 137 | 26 | 121 | 133 | 51 |
| Binary | 10000101 | 11000111 | 1001 | 100001 | 0 | 1011111 | 10110 | 1010001 | 1011011 | 101001 |
Color Harmonies of #85C709
Complementary color
Monochromatic Colors of #85C709
Black with #85C709
Text Example
Text Example
White with #85C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C709; }
p { color: rgb(133,199,9); }
H1.HeaderClassName
{
color: #85C709;
}
.AnyTagClassName
{
color: #85C709;
}
</style>
background-color css
<style>
a { background-color: #85C709; }
a { background-color: rgb(133,199,9); }
div.DivClassName
{
background-color: #85C709;
}
.BgClassName
{
background-color: #85C709;
}
</style>
border-color css
<style>
span { border-color: #85C709; }
span { border-color: rgb(133,199,9); }
td.TdClassName
{
border-color: #85C709;
}
.TagClassName
{
border-color: #85C709;
}
</style>