Shades of Citrus #85BB01
Tints of Citrus #85BB01
RGB
CMYK
RGB Variations
Color information
#85BB01 (or 0x85BB01) is known color: Citrus. HEX triplet: 85, BB and 01. RGB value is (133,187,1). Sum of RGB (Red+Green+Blue) = 133+187+1=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB01 is #7A44FE. Grayscale: #969696. Windows color (decimal): -8013055 or 113541. OLE color: 113541.
HSL color Cylindrical-coordinate representation of color #85BB01: hue angle of 77.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85BB01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.27 |
| HSL | 77.42º | 0.99% | 0.37% | - |
| HSV(B) | 77.42º | 0.99% | 0.73% | - |
| XYZ | 27.45 | 40.53 | 6.4 | - |
| YUV | 149.65 | 44.11 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 1 | 0.29 | 0 | 0.99 | 0.27 | 77.42 | 0.99 | 0.37 |
| Hex | 85 | BB | 1 | 1D | 0 | 63 | 1B | 4D | 63 | 25 |
| Octal | 205 | 273 | 1 | 35 | 0 | 143 | 33 | 115 | 143 | 45 |
| Binary | 10000101 | 10111011 | 1 | 11101 | 0 | 1100011 | 11011 | 1001101 | 1100011 | 100101 |
Color Harmonies of #85BB01
Complementary color
Monochromatic Colors of #85BB01
Black with #85BB01
Text Example
Text Example
White with #85BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB01; }
p { color: rgb(133,187,1); }
H1.HeaderClassName
{
color: #85BB01;
}
.AnyTagClassName
{
color: #85BB01;
}
</style>
background-color css
<style>
a { background-color: #85BB01; }
a { background-color: rgb(133,187,1); }
div.DivClassName
{
background-color: #85BB01;
}
.BgClassName
{
background-color: #85BB01;
}
</style>
border-color css
<style>
span { border-color: #85BB01; }
span { border-color: rgb(133,187,1); }
td.TdClassName
{
border-color: #85BB01;
}
.TagClassName
{
border-color: #85BB01;
}
</style>