Shades of Citrus #85C200
Tints of Citrus #85C200
RGB
CMYK
RGB Variations
Color information
#85C200 (or 0x85C200) is known color: Citrus. HEX triplet: 85, C2 and 00. RGB value is (133,194,0). Sum of RGB (Red+Green+Blue) = 133+194+0=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #85C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C200 is #7A3DFF. Grayscale: #9A9A9A. Windows color (decimal): -8011264 or 49797. OLE color: 49797.
HSL color Cylindrical-coordinate representation of color #85C200: hue angle of 78.87º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85C200 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.24 |
| HSL | 78.87º | 1% | 0.38% | - |
| HSV(B) | 78.87º | 1% | 0.76% | - |
| XYZ | 28.96 | 43.57 | 6.88 | - |
| YUV | 153.65 | 41.29 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 0 | 0.31 | 0 | 1 | 0.24 | 78.87 | 1 | 0.38 |
| Hex | 85 | C2 | 0 | 1F | 0 | 64 | 18 | 4F | 64 | 26 |
| Octal | 205 | 302 | 0 | 37 | 0 | 144 | 30 | 117 | 144 | 46 |
| Binary | 10000101 | 11000010 | 0 | 11111 | 0 | 1100100 | 11000 | 1001111 | 1100100 | 100110 |
Color Harmonies of #85C200
Complementary color
Monochromatic Colors of #85C200
Black with #85C200
Text Example
Text Example
White with #85C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C200; }
p { color: rgb(133,194,0); }
H1.HeaderClassName
{
color: #85C200;
}
.AnyTagClassName
{
color: #85C200;
}
</style>
background-color css
<style>
a { background-color: #85C200; }
a { background-color: rgb(133,194,0); }
div.DivClassName
{
background-color: #85C200;
}
.BgClassName
{
background-color: #85C200;
}
</style>
border-color css
<style>
span { border-color: #85C200; }
span { border-color: rgb(133,194,0); }
td.TdClassName
{
border-color: #85C200;
}
.TagClassName
{
border-color: #85C200;
}
</style>