Shades of Citrus #85C005
Tints of Citrus #85C005
RGB
CMYK
RGB Variations
Color information
#85C005 (or 0x85C005) is known color: Citrus. HEX triplet: 85, C0 and 05. RGB value is (133,192,5). Sum of RGB (Red+Green+Blue) = 133+192+5=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #85C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C005 is #7A3FFA. Grayscale: #999999. Windows color (decimal): -8011771 or 376965. OLE color: 376965.
HSL color Cylindrical-coordinate representation of color #85C005: hue angle of 78.93º degrees, saturation: 0.95, 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 #85C005 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.25 |
| HSL | 78.93º | 0.95% | 0.39% | - |
| HSV(B) | 78.93º | 0.97% | 0.75% | - |
| XYZ | 28.55 | 42.7 | 6.88 | - |
| YUV | 153.04 | 44.45 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 5 | 0.31 | 0 | 0.97 | 0.25 | 78.93 | 0.95 | 0.39 |
| Hex | 85 | C0 | 5 | 1F | 0 | 61 | 19 | 4F | 5F | 27 |
| Octal | 205 | 300 | 5 | 37 | 0 | 141 | 31 | 117 | 137 | 47 |
| Binary | 10000101 | 11000000 | 101 | 11111 | 0 | 1100001 | 11001 | 1001111 | 1011111 | 100111 |
Color Harmonies of #85C005
Complementary color
Monochromatic Colors of #85C005
Black with #85C005
Text Example
Text Example
White with #85C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C005; }
p { color: rgb(133,192,5); }
H1.HeaderClassName
{
color: #85C005;
}
.AnyTagClassName
{
color: #85C005;
}
</style>
background-color css
<style>
a { background-color: #85C005; }
a { background-color: rgb(133,192,5); }
div.DivClassName
{
background-color: #85C005;
}
.BgClassName
{
background-color: #85C005;
}
</style>
border-color css
<style>
span { border-color: #85C005; }
span { border-color: rgb(133,192,5); }
td.TdClassName
{
border-color: #85C005;
}
.TagClassName
{
border-color: #85C005;
}
</style>