Shades of Citrus #85C309
Tints of Citrus #85C309
RGB
CMYK
RGB Variations
Color information
#85C309 (or 0x85C309) is known color: Citrus. HEX triplet: 85, C3 and 09. RGB value is (133,195,9). Sum of RGB (Red+Green+Blue) = 133+195+9=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #85C309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C309 is #7A3CF6. Grayscale: #9B9B9B. Windows color (decimal): -8010999 or 639877. OLE color: 639877.
HSL color Cylindrical-coordinate representation of color #85C309: hue angle of 80º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85C309 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 9 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.24 |
| HSL | 80º | 0.91% | 0.4% | - |
| HSV(B) | 80º | 0.95% | 0.76% | - |
| XYZ | 29.24 | 44.04 | 7.22 | - |
| YUV | 155.26 | 45.46 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 9 | 0.32 | 0 | 0.95 | 0.24 | 80 | 0.91 | 0.4 |
| Hex | 85 | C3 | 9 | 20 | 0 | 5F | 18 | 50 | 5B | 28 |
| Octal | 205 | 303 | 11 | 40 | 0 | 137 | 30 | 120 | 133 | 50 |
| Binary | 10000101 | 11000011 | 1001 | 100000 | 0 | 1011111 | 11000 | 1010000 | 1011011 | 101000 |
Color Harmonies of #85C309
Complementary color
Monochromatic Colors of #85C309
Black with #85C309
Text Example
Text Example
White with #85C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C309; }
p { color: rgb(133,195,9); }
H1.HeaderClassName
{
color: #85C309;
}
.AnyTagClassName
{
color: #85C309;
}
</style>
background-color css
<style>
a { background-color: #85C309; }
a { background-color: rgb(133,195,9); }
div.DivClassName
{
background-color: #85C309;
}
.BgClassName
{
background-color: #85C309;
}
</style>
border-color css
<style>
span { border-color: #85C309; }
span { border-color: rgb(133,195,9); }
td.TdClassName
{
border-color: #85C309;
}
.TagClassName
{
border-color: #85C309;
}
</style>