Shades of Citrus #85C006
Tints of Citrus #85C006
RGB
CMYK
RGB Variations
Color information
#85C006 (or 0x85C006) is known color: Citrus. HEX triplet: 85, C0 and 06. RGB value is (133,192,6). Sum of RGB (Red+Green+Blue) = 133+192+6=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #85C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C006 is #7A3FF9. Grayscale: #999999. Windows color (decimal): -8011770 or 442501. OLE color: 442501.
HSL color Cylindrical-coordinate representation of color #85C006: hue angle of 79.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85C006 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 6 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.25 |
| HSL | 79.03º | 0.94% | 0.39% | - |
| HSV(B) | 79.03º | 0.97% | 0.75% | - |
| XYZ | 28.56 | 42.7 | 6.91 | - |
| YUV | 153.16 | 44.95 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 6 | 0.31 | 0 | 0.97 | 0.25 | 79.03 | 0.94 | 0.39 |
| Hex | 85 | C0 | 6 | 1F | 0 | 61 | 19 | 4F | 5E | 27 |
| Octal | 205 | 300 | 6 | 37 | 0 | 141 | 31 | 117 | 136 | 47 |
| Binary | 10000101 | 11000000 | 110 | 11111 | 0 | 1100001 | 11001 | 1001111 | 1011110 | 100111 |
Color Harmonies of #85C006
Complementary color
Monochromatic Colors of #85C006
Black with #85C006
Text Example
Text Example
White with #85C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C006; }
p { color: rgb(133,192,6); }
H1.HeaderClassName
{
color: #85C006;
}
.AnyTagClassName
{
color: #85C006;
}
</style>
background-color css
<style>
a { background-color: #85C006; }
a { background-color: rgb(133,192,6); }
div.DivClassName
{
background-color: #85C006;
}
.BgClassName
{
background-color: #85C006;
}
</style>
border-color css
<style>
span { border-color: #85C006; }
span { border-color: rgb(133,192,6); }
td.TdClassName
{
border-color: #85C006;
}
.TagClassName
{
border-color: #85C006;
}
</style>