Shades of Citrus #85BD03
Tints of Citrus #85BD03
RGB
CMYK
RGB Variations
Color information
#85BD03 (or 0x85BD03) is known color: Citrus. HEX triplet: 85, BD and 03. RGB value is (133,189,3). Sum of RGB (Red+Green+Blue) = 133+189+3=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BD03 is #7A42FC. Grayscale: #979797. Windows color (decimal): -8012541 or 245125. OLE color: 245125.
HSL color Cylindrical-coordinate representation of color #85BD03: hue angle of 78.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85BD03 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.26 |
| HSL | 78.06º | 0.97% | 0.38% | - |
| HSV(B) | 78.06º | 0.98% | 0.74% | - |
| XYZ | 27.89 | 41.39 | 6.61 | - |
| YUV | 151.05 | 44.45 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 3 | 0.30 | 0 | 0.98 | 0.26 | 78.06 | 0.97 | 0.38 |
| Hex | 85 | BD | 3 | 1E | 0 | 62 | 1A | 4E | 61 | 26 |
| Octal | 205 | 275 | 3 | 36 | 0 | 142 | 32 | 116 | 141 | 46 |
| Binary | 10000101 | 10111101 | 11 | 11110 | 0 | 1100010 | 11010 | 1001110 | 1100001 | 100110 |
Color Harmonies of #85BD03
Complementary color
Monochromatic Colors of #85BD03
Black with #85BD03
Text Example
Text Example
White with #85BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD03; }
p { color: rgb(133,189,3); }
H1.HeaderClassName
{
color: #85BD03;
}
.AnyTagClassName
{
color: #85BD03;
}
</style>
background-color css
<style>
a { background-color: #85BD03; }
a { background-color: rgb(133,189,3); }
div.DivClassName
{
background-color: #85BD03;
}
.BgClassName
{
background-color: #85BD03;
}
</style>
border-color css
<style>
span { border-color: #85BD03; }
span { border-color: rgb(133,189,3); }
td.TdClassName
{
border-color: #85BD03;
}
.TagClassName
{
border-color: #85BD03;
}
</style>