Shades of Citrus #85C000
Tints of Citrus #85C000
RGB
CMYK
RGB Variations
Color information
#85C000 (or 0x85C000) is known color: Citrus. HEX triplet: 85, C0 and 00. RGB value is (133,192,0). Sum of RGB (Red+Green+Blue) = 133+192+0=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #85C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C000 is #7A3FFF. Grayscale: #999999. Windows color (decimal): -8011776 or 49285. OLE color: 49285.
HSL color Cylindrical-coordinate representation of color #85C000: hue angle of 78.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85C000 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.25 |
| HSL | 78.44º | 1% | 0.38% | - |
| HSV(B) | 78.44º | 1% | 0.75% | - |
| XYZ | 28.52 | 42.69 | 6.74 | - |
| YUV | 152.47 | 41.95 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 0 | 0.31 | 0 | 1 | 0.25 | 78.44 | 1 | 0.38 |
| Hex | 85 | C0 | 0 | 1F | 0 | 64 | 19 | 4E | 64 | 26 |
| Octal | 205 | 300 | 0 | 37 | 0 | 144 | 31 | 116 | 144 | 46 |
| Binary | 10000101 | 11000000 | 0 | 11111 | 0 | 1100100 | 11001 | 1001110 | 1100100 | 100110 |
Color Harmonies of #85C000
Complementary color
Monochromatic Colors of #85C000
Black with #85C000
Text Example
Text Example
White with #85C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C000; }
p { color: rgb(133,192,0); }
H1.HeaderClassName
{
color: #85C000;
}
.AnyTagClassName
{
color: #85C000;
}
</style>
background-color css
<style>
a { background-color: #85C000; }
a { background-color: rgb(133,192,0); }
div.DivClassName
{
background-color: #85C000;
}
.BgClassName
{
background-color: #85C000;
}
</style>
border-color css
<style>
span { border-color: #85C000; }
span { border-color: rgb(133,192,0); }
td.TdClassName
{
border-color: #85C000;
}
.TagClassName
{
border-color: #85C000;
}
</style>