Shades of Citrus #85C809
Tints of Citrus #85C809
RGB
CMYK
RGB Variations
Color information
#85C809 (or 0x85C809) is known color: Citrus. HEX triplet: 85, C8 and 09. RGB value is (133,200,9). Sum of RGB (Red+Green+Blue) = 133+200+9=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #85C809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C809 is #7A37F6. Grayscale: #9E9E9E. Windows color (decimal): -8009719 or 641157. OLE color: 641157.
HSL color Cylindrical-coordinate representation of color #85C809: hue angle of 81.05º 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 #85C809 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 9 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.22 |
| HSL | 81.05º | 0.91% | 0.41% | - |
| HSV(B) | 81.05º | 0.96% | 0.78% | - |
| XYZ | 30.38 | 46.31 | 7.6 | - |
| YUV | 158.19 | 43.8 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 9 | 0.34 | 0 | 0.96 | 0.22 | 81.05 | 0.91 | 0.41 |
| Hex | 85 | C8 | 9 | 22 | 0 | 60 | 16 | 51 | 5B | 29 |
| Octal | 205 | 310 | 11 | 42 | 0 | 140 | 26 | 121 | 133 | 51 |
| Binary | 10000101 | 11001000 | 1001 | 100010 | 0 | 1100000 | 10110 | 1010001 | 1011011 | 101001 |
Color Harmonies of #85C809
Complementary color
Monochromatic Colors of #85C809
Black with #85C809
Text Example
Text Example
White with #85C809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C809; }
p { color: rgb(133,200,9); }
H1.HeaderClassName
{
color: #85C809;
}
.AnyTagClassName
{
color: #85C809;
}
</style>
background-color css
<style>
a { background-color: #85C809; }
a { background-color: rgb(133,200,9); }
div.DivClassName
{
background-color: #85C809;
}
.BgClassName
{
background-color: #85C809;
}
</style>
border-color css
<style>
span { border-color: #85C809; }
span { border-color: rgb(133,200,9); }
td.TdClassName
{
border-color: #85C809;
}
.TagClassName
{
border-color: #85C809;
}
</style>