Shades of Citrus #85AB04
Tints of Citrus #85AB04
RGB
CMYK
RGB Variations
Color information
#85AB04 (or 0x85AB04) is known color: Citrus. HEX triplet: 85, AB and 04. RGB value is (133,171,4). Sum of RGB (Red+Green+Blue) = 133+171+4=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB04 is #7A54FB. Grayscale: #8D8D8D. Windows color (decimal): -8017148 or 306053. OLE color: 306053.
HSL color Cylindrical-coordinate representation of color #85AB04: hue angle of 73.65º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85AB04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.33 |
| HSL | 73.65º | 0.95% | 0.34% | - |
| HSV(B) | 73.65º | 0.98% | 0.67% | - |
| XYZ | 24.26 | 34.12 | 5.42 | - |
| YUV | 140.6 | 50.91 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 4 | 0.22 | 0 | 0.98 | 0.33 | 73.65 | 0.95 | 0.34 |
| Hex | 85 | AB | 4 | 16 | 0 | 62 | 21 | 4A | 5F | 22 |
| Octal | 205 | 253 | 4 | 26 | 0 | 142 | 41 | 112 | 137 | 42 |
| Binary | 10000101 | 10101011 | 100 | 10110 | 0 | 1100010 | 100001 | 1001010 | 1011111 | 100010 |
Color Harmonies of #85AB04
Complementary color
Monochromatic Colors of #85AB04
Black with #85AB04
Text Example
Text Example
White with #85AB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB04; }
p { color: rgb(133,171,4); }
H1.HeaderClassName
{
color: #85AB04;
}
.AnyTagClassName
{
color: #85AB04;
}
</style>
background-color css
<style>
a { background-color: #85AB04; }
a { background-color: rgb(133,171,4); }
div.DivClassName
{
background-color: #85AB04;
}
.BgClassName
{
background-color: #85AB04;
}
</style>
border-color css
<style>
span { border-color: #85AB04; }
span { border-color: rgb(133,171,4); }
td.TdClassName
{
border-color: #85AB04;
}
.TagClassName
{
border-color: #85AB04;
}
</style>