Shades of Citrus #85C002
Tints of Citrus #85C002
RGB
CMYK
RGB Variations
Color information
#85C002 (or 0x85C002) is known color: Citrus. HEX triplet: 85, C0 and 02. RGB value is (133,192,2). Sum of RGB (Red+Green+Blue) = 133+192+2=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #85C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C002 is #7A3FFD. Grayscale: #999999. Windows color (decimal): -8011774 or 180357. OLE color: 180357.
HSL color Cylindrical-coordinate representation of color #85C002: hue angle of 78.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85C002 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.25 |
| HSL | 78.63º | 0.98% | 0.38% | - |
| HSV(B) | 78.63º | 0.99% | 0.75% | - |
| XYZ | 28.53 | 42.69 | 6.79 | - |
| YUV | 152.7 | 42.95 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 2 | 0.31 | 0 | 0.99 | 0.25 | 78.63 | 0.98 | 0.38 |
| Hex | 85 | C0 | 2 | 1F | 0 | 63 | 19 | 4F | 62 | 26 |
| Octal | 205 | 300 | 2 | 37 | 0 | 143 | 31 | 117 | 142 | 46 |
| Binary | 10000101 | 11000000 | 10 | 11111 | 0 | 1100011 | 11001 | 1001111 | 1100010 | 100110 |
Color Harmonies of #85C002
Complementary color
Monochromatic Colors of #85C002
Black with #85C002
Text Example
Text Example
White with #85C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C002; }
p { color: rgb(133,192,2); }
H1.HeaderClassName
{
color: #85C002;
}
.AnyTagClassName
{
color: #85C002;
}
</style>
background-color css
<style>
a { background-color: #85C002; }
a { background-color: rgb(133,192,2); }
div.DivClassName
{
background-color: #85C002;
}
.BgClassName
{
background-color: #85C002;
}
</style>
border-color css
<style>
span { border-color: #85C002; }
span { border-color: rgb(133,192,2); }
td.TdClassName
{
border-color: #85C002;
}
.TagClassName
{
border-color: #85C002;
}
</style>