Shades of Citrus #85CC0B
Tints of Citrus #85CC0B
RGB
CMYK
RGB Variations
Color information
#85CC0B (or 0x85CC0B) is known color: Citrus. HEX triplet: 85, CC and 0B. RGB value is (133,204,11). Sum of RGB (Red+Green+Blue) = 133+204+11=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CC0B is #7A33F4. Grayscale: #A1A1A1. Windows color (decimal): -8008693 or 773253. OLE color: 773253.
HSL color Cylindrical-coordinate representation of color #85CC0B: hue angle of 82.07º degrees, saturation: 0.9, 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 #85CC0B is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 11 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.2 |
| HSL | 82.07º | 0.9% | 0.42% | - |
| HSV(B) | 82.07º | 0.95% | 0.8% | - |
| XYZ | 31.33 | 48.2 | 7.97 | - |
| YUV | 160.77 | 43.48 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 11 | 0.35 | 0 | 0.95 | 0.2 | 82.07 | 0.9 | 0.42 |
| Hex | 85 | CC | B | 23 | 0 | 5F | 14 | 52 | 5A | 2A |
| Octal | 205 | 314 | 13 | 43 | 0 | 137 | 24 | 122 | 132 | 52 |
| Binary | 10000101 | 11001100 | 1011 | 100011 | 0 | 1011111 | 10100 | 1010010 | 1011010 | 101010 |
Color Harmonies of #85CC0B
Complementary color
Monochromatic Colors of #85CC0B
Black with #85CC0B
Text Example
Text Example
White with #85CC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC0B; }
p { color: rgb(133,204,11); }
H1.HeaderClassName
{
color: #85CC0B;
}
.AnyTagClassName
{
color: #85CC0B;
}
</style>
background-color css
<style>
a { background-color: #85CC0B; }
a { background-color: rgb(133,204,11); }
div.DivClassName
{
background-color: #85CC0B;
}
.BgClassName
{
background-color: #85CC0B;
}
</style>
border-color css
<style>
span { border-color: #85CC0B; }
span { border-color: rgb(133,204,11); }
td.TdClassName
{
border-color: #85CC0B;
}
.TagClassName
{
border-color: #85CC0B;
}
</style>