Shades of Citrus #85C400
Tints of Citrus #85C400
RGB
CMYK
RGB Variations
Color information
#85C400 (or 0x85C400) is known color: Citrus. HEX triplet: 85, C4 and 00. RGB value is (133,196,0). Sum of RGB (Red+Green+Blue) = 133+196+0=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #85C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C400 is #7A3BFF. Grayscale: #9B9B9B. Windows color (decimal): -8010752 or 50309. OLE color: 50309.
HSL color Cylindrical-coordinate representation of color #85C400: hue angle of 79.29º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85C400 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.23 |
| HSL | 79.29º | 1% | 0.38% | - |
| HSV(B) | 79.29º | 1% | 0.77% | - |
| XYZ | 29.41 | 44.47 | 7.03 | - |
| YUV | 154.82 | 40.63 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 0 | 0.32 | 0 | 1 | 0.23 | 79.29 | 1 | 0.38 |
| Hex | 85 | C4 | 0 | 20 | 0 | 64 | 17 | 4F | 64 | 26 |
| Octal | 205 | 304 | 0 | 40 | 0 | 144 | 27 | 117 | 144 | 46 |
| Binary | 10000101 | 11000100 | 0 | 100000 | 0 | 1100100 | 10111 | 1001111 | 1100100 | 100110 |
Color Harmonies of #85C400
Complementary color
Monochromatic Colors of #85C400
Black with #85C400
Text Example
Text Example
White with #85C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C400; }
p { color: rgb(133,196,0); }
H1.HeaderClassName
{
color: #85C400;
}
.AnyTagClassName
{
color: #85C400;
}
</style>
background-color css
<style>
a { background-color: #85C400; }
a { background-color: rgb(133,196,0); }
div.DivClassName
{
background-color: #85C400;
}
.BgClassName
{
background-color: #85C400;
}
</style>
border-color css
<style>
span { border-color: #85C400; }
span { border-color: rgb(133,196,0); }
td.TdClassName
{
border-color: #85C400;
}
.TagClassName
{
border-color: #85C400;
}
</style>