Shades of Citrus #85BB07
Tints of Citrus #85BB07
RGB
CMYK
RGB Variations
Color information
#85BB07 (or 0x85BB07) is known color: Citrus. HEX triplet: 85, BB and 07. RGB value is (133,187,7). Sum of RGB (Red+Green+Blue) = 133+187+7=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB07 is #7A44F8. Grayscale: #979797. Windows color (decimal): -8013049 or 506757. OLE color: 506757.
HSL color Cylindrical-coordinate representation of color #85BB07: hue angle of 78º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85BB07 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.27 |
| HSL | 78º | 0.93% | 0.38% | - |
| HSV(B) | 78º | 0.96% | 0.73% | - |
| XYZ | 27.48 | 40.54 | 6.58 | - |
| YUV | 150.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 7 | 0.29 | 0 | 0.96 | 0.27 | 78 | 0.93 | 0.38 |
| Hex | 85 | BB | 7 | 1D | 0 | 60 | 1B | 4E | 5D | 26 |
| Octal | 205 | 273 | 7 | 35 | 0 | 140 | 33 | 116 | 135 | 46 |
| Binary | 10000101 | 10111011 | 111 | 11101 | 0 | 1100000 | 11011 | 1001110 | 1011101 | 100110 |
Color Harmonies of #85BB07
Complementary color
Monochromatic Colors of #85BB07
Black with #85BB07
Text Example
Text Example
White with #85BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB07; }
p { color: rgb(133,187,7); }
H1.HeaderClassName
{
color: #85BB07;
}
.AnyTagClassName
{
color: #85BB07;
}
</style>
background-color css
<style>
a { background-color: #85BB07; }
a { background-color: rgb(133,187,7); }
div.DivClassName
{
background-color: #85BB07;
}
.BgClassName
{
background-color: #85BB07;
}
</style>
border-color css
<style>
span { border-color: #85BB07; }
span { border-color: rgb(133,187,7); }
td.TdClassName
{
border-color: #85BB07;
}
.TagClassName
{
border-color: #85BB07;
}
</style>