Shades of Citrus #85CB06
Tints of Citrus #85CB06
RGB
CMYK
RGB Variations
Color information
#85CB06 (or 0x85CB06) is known color: Citrus. HEX triplet: 85, CB and 06. RGB value is (133,203,6). Sum of RGB (Red+Green+Blue) = 133+203+6=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CB06 is #7A34F9. Grayscale: #A0A0A0. Windows color (decimal): -8008954 or 445317. OLE color: 445317.
HSL color Cylindrical-coordinate representation of color #85CB06: hue angle of 81.32º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85CB06 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.20 |
| HSL | 81.32º | 0.94% | 0.41% | - |
| HSV(B) | 81.32º | 0.97% | 0.8% | - |
| XYZ | 31.06 | 47.71 | 7.74 | - |
| YUV | 159.61 | 41.31 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 6 | 0.34 | 0 | 0.97 | 0.20 | 81.32 | 0.94 | 0.41 |
| Hex | 85 | CB | 6 | 22 | 0 | 61 | 14 | 51 | 5E | 29 |
| Octal | 205 | 313 | 6 | 42 | 0 | 141 | 24 | 121 | 136 | 51 |
| Binary | 10000101 | 11001011 | 110 | 100010 | 0 | 1100001 | 10100 | 1010001 | 1011110 | 101001 |
Color Harmonies of #85CB06
Complementary color
Monochromatic Colors of #85CB06
Black with #85CB06
Text Example
Text Example
White with #85CB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB06; }
p { color: rgb(133,203,6); }
H1.HeaderClassName
{
color: #85CB06;
}
.AnyTagClassName
{
color: #85CB06;
}
</style>
background-color css
<style>
a { background-color: #85CB06; }
a { background-color: rgb(133,203,6); }
div.DivClassName
{
background-color: #85CB06;
}
.BgClassName
{
background-color: #85CB06;
}
</style>
border-color css
<style>
span { border-color: #85CB06; }
span { border-color: rgb(133,203,6); }
td.TdClassName
{
border-color: #85CB06;
}
.TagClassName
{
border-color: #85CB06;
}
</style>