Shades of Citrus #85C00A
Tints of Citrus #85C00A
RGB
CMYK
RGB Variations
Color information
#85C00A (or 0x85C00A) is known color: Citrus. HEX triplet: 85, C0 and 0A. RGB value is (133,192,10). Sum of RGB (Red+Green+Blue) = 133+192+10=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #85C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C00A is #7A3FF5. Grayscale: #9A9A9A. Windows color (decimal): -8011766 or 704645. OLE color: 704645.
HSL color Cylindrical-coordinate representation of color #85C00A: hue angle of 79.45º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85C00A is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 10 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.25 |
| HSL | 79.45º | 0.9% | 0.4% | - |
| HSV(B) | 79.45º | 0.95% | 0.75% | - |
| XYZ | 28.58 | 42.71 | 7.02 | - |
| YUV | 153.61 | 46.95 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 10 | 0.31 | 0 | 0.95 | 0.25 | 79.45 | 0.9 | 0.4 |
| Hex | 85 | C0 | A | 1F | 0 | 5F | 19 | 4F | 5A | 28 |
| Octal | 205 | 300 | 12 | 37 | 0 | 137 | 31 | 117 | 132 | 50 |
| Binary | 10000101 | 11000000 | 1010 | 11111 | 0 | 1011111 | 11001 | 1001111 | 1011010 | 101000 |
Color Harmonies of #85C00A
Complementary color
Monochromatic Colors of #85C00A
Black with #85C00A
Text Example
Text Example
White with #85C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C00A; }
p { color: rgb(133,192,10); }
H1.HeaderClassName
{
color: #85C00A;
}
.AnyTagClassName
{
color: #85C00A;
}
</style>
background-color css
<style>
a { background-color: #85C00A; }
a { background-color: rgb(133,192,10); }
div.DivClassName
{
background-color: #85C00A;
}
.BgClassName
{
background-color: #85C00A;
}
</style>
border-color css
<style>
span { border-color: #85C00A; }
span { border-color: rgb(133,192,10); }
td.TdClassName
{
border-color: #85C00A;
}
.TagClassName
{
border-color: #85C00A;
}
</style>