Shades of Citrus #85BC01
Tints of Citrus #85BC01
RGB
CMYK
RGB Variations
Color information
#85BC01 (or 0x85BC01) is known color: Citrus. HEX triplet: 85, BC and 01. RGB value is (133,188,1). Sum of RGB (Red+Green+Blue) = 133+188+1=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC01 is #7A43FE. Grayscale: #969696. Windows color (decimal): -8012799 or 113797. OLE color: 113797.
HSL color Cylindrical-coordinate representation of color #85BC01: hue angle of 77.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85BC01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.26 |
| HSL | 77.65º | 0.99% | 0.37% | - |
| HSV(B) | 77.65º | 0.99% | 0.74% | - |
| XYZ | 27.66 | 40.96 | 6.48 | - |
| YUV | 150.24 | 43.78 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 1 | 0.29 | 0 | 0.99 | 0.26 | 77.65 | 0.99 | 0.37 |
| Hex | 85 | BC | 1 | 1D | 0 | 63 | 1A | 4E | 63 | 25 |
| Octal | 205 | 274 | 1 | 35 | 0 | 143 | 32 | 116 | 143 | 45 |
| Binary | 10000101 | 10111100 | 1 | 11101 | 0 | 1100011 | 11010 | 1001110 | 1100011 | 100101 |
Color Harmonies of #85BC01
Complementary color
Monochromatic Colors of #85BC01
Black with #85BC01
Text Example
Text Example
White with #85BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC01; }
p { color: rgb(133,188,1); }
H1.HeaderClassName
{
color: #85BC01;
}
.AnyTagClassName
{
color: #85BC01;
}
</style>
background-color css
<style>
a { background-color: #85BC01; }
a { background-color: rgb(133,188,1); }
div.DivClassName
{
background-color: #85BC01;
}
.BgClassName
{
background-color: #85BC01;
}
</style>
border-color css
<style>
span { border-color: #85BC01; }
span { border-color: rgb(133,188,1); }
td.TdClassName
{
border-color: #85BC01;
}
.TagClassName
{
border-color: #85BC01;
}
</style>