Shades of Citrus #85CA04
Tints of Citrus #85CA04
RGB
CMYK
RGB Variations
Color information
#85CA04 (or 0x85CA04) is known color: Citrus. HEX triplet: 85, CA and 04. RGB value is (133,202,4). Sum of RGB (Red+Green+Blue) = 133+202+4=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CA04 is #7A35FB. Grayscale: #9F9F9F. Windows color (decimal): -8009212 or 313989. OLE color: 313989.
HSL color Cylindrical-coordinate representation of color #85CA04: hue angle of 80.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85CA04 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 4 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.21 |
| HSL | 80.91º | 0.96% | 0.4% | - |
| HSV(B) | 80.91º | 0.98% | 0.79% | - |
| XYZ | 30.82 | 47.24 | 7.61 | - |
| YUV | 158.8 | 40.64 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 4 | 0.34 | 0 | 0.98 | 0.21 | 80.91 | 0.96 | 0.4 |
| Hex | 85 | CA | 4 | 22 | 0 | 62 | 15 | 51 | 60 | 28 |
| Octal | 205 | 312 | 4 | 42 | 0 | 142 | 25 | 121 | 140 | 50 |
| Binary | 10000101 | 11001010 | 100 | 100010 | 0 | 1100010 | 10101 | 1010001 | 1100000 | 101000 |
Color Harmonies of #85CA04
Complementary color
Monochromatic Colors of #85CA04
Black with #85CA04
Text Example
Text Example
White with #85CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA04; }
p { color: rgb(133,202,4); }
H1.HeaderClassName
{
color: #85CA04;
}
.AnyTagClassName
{
color: #85CA04;
}
</style>
background-color css
<style>
a { background-color: #85CA04; }
a { background-color: rgb(133,202,4); }
div.DivClassName
{
background-color: #85CA04;
}
.BgClassName
{
background-color: #85CA04;
}
</style>
border-color css
<style>
span { border-color: #85CA04; }
span { border-color: rgb(133,202,4); }
td.TdClassName
{
border-color: #85CA04;
}
.TagClassName
{
border-color: #85CA04;
}
</style>