Shades of Citrus #85BC07
Tints of Citrus #85BC07
RGB
CMYK
RGB Variations
Color information
#85BC07 (or 0x85BC07) is known color: Citrus. HEX triplet: 85, BC and 07. RGB value is (133,188,7). Sum of RGB (Red+Green+Blue) = 133+188+7=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC07 is #7A43F8. Grayscale: #979797. Windows color (decimal): -8012793 or 507013. OLE color: 507013.
HSL color Cylindrical-coordinate representation of color #85BC07: hue angle of 78.23º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85BC07 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.26 |
| HSL | 78.23º | 0.93% | 0.38% | - |
| HSV(B) | 78.23º | 0.96% | 0.74% | - |
| XYZ | 27.69 | 40.97 | 6.65 | - |
| YUV | 150.92 | 46.78 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 7 | 0.29 | 0 | 0.96 | 0.26 | 78.23 | 0.93 | 0.38 |
| Hex | 85 | BC | 7 | 1D | 0 | 60 | 1A | 4E | 5D | 26 |
| Octal | 205 | 274 | 7 | 35 | 0 | 140 | 32 | 116 | 135 | 46 |
| Binary | 10000101 | 10111100 | 111 | 11101 | 0 | 1100000 | 11010 | 1001110 | 1011101 | 100110 |
Color Harmonies of #85BC07
Complementary color
Monochromatic Colors of #85BC07
Black with #85BC07
Text Example
Text Example
White with #85BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC07; }
p { color: rgb(133,188,7); }
H1.HeaderClassName
{
color: #85BC07;
}
.AnyTagClassName
{
color: #85BC07;
}
</style>
background-color css
<style>
a { background-color: #85BC07; }
a { background-color: rgb(133,188,7); }
div.DivClassName
{
background-color: #85BC07;
}
.BgClassName
{
background-color: #85BC07;
}
</style>
border-color css
<style>
span { border-color: #85BC07; }
span { border-color: rgb(133,188,7); }
td.TdClassName
{
border-color: #85BC07;
}
.TagClassName
{
border-color: #85BC07;
}
</style>