Shades of Citrus #85CB0A
Tints of Citrus #85CB0A
RGB
CMYK
RGB Variations
Color information
#85CB0A (or 0x85CB0A) is known color: Citrus. HEX triplet: 85, CB and 0A. RGB value is (133,203,10). Sum of RGB (Red+Green+Blue) = 133+203+10=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CB0A is #7A34F5. Grayscale: #A0A0A0. Windows color (decimal): -8008950 or 707461. OLE color: 707461.
HSL color Cylindrical-coordinate representation of color #85CB0A: hue angle of 81.76º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85CB0A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 10 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.20 |
| HSL | 81.76º | 0.91% | 0.42% | - |
| HSV(B) | 81.76º | 0.95% | 0.8% | - |
| XYZ | 31.08 | 47.72 | 7.86 | - |
| YUV | 160.07 | 43.31 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 10 | 0.34 | 0 | 0.95 | 0.20 | 81.76 | 0.91 | 0.42 |
| Hex | 85 | CB | A | 22 | 0 | 5F | 14 | 52 | 5B | 2A |
| Octal | 205 | 313 | 12 | 42 | 0 | 137 | 24 | 122 | 133 | 52 |
| Binary | 10000101 | 11001011 | 1010 | 100010 | 0 | 1011111 | 10100 | 1010010 | 1011011 | 101010 |
Color Harmonies of #85CB0A
Complementary color
Monochromatic Colors of #85CB0A
Black with #85CB0A
Text Example
Text Example
White with #85CB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB0A; }
p { color: rgb(133,203,10); }
H1.HeaderClassName
{
color: #85CB0A;
}
.AnyTagClassName
{
color: #85CB0A;
}
</style>
background-color css
<style>
a { background-color: #85CB0A; }
a { background-color: rgb(133,203,10); }
div.DivClassName
{
background-color: #85CB0A;
}
.BgClassName
{
background-color: #85CB0A;
}
</style>
border-color css
<style>
span { border-color: #85CB0A; }
span { border-color: rgb(133,203,10); }
td.TdClassName
{
border-color: #85CB0A;
}
.TagClassName
{
border-color: #85CB0A;
}
</style>