Shades of Citrus #85BF00
Tints of Citrus #85BF00
RGB
CMYK
RGB Variations
Color information
#85BF00 (or 0x85BF00) is known color: Citrus. HEX triplet: 85, BF and 00. RGB value is (133,191,0). Sum of RGB (Red+Green+Blue) = 133+191+0=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BF00 is #7A40FF. Grayscale: #989898. Windows color (decimal): -8012032 or 49029. OLE color: 49029.
HSL color Cylindrical-coordinate representation of color #85BF00: hue angle of 78.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85BF00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.25 |
| HSL | 78.22º | 1% | 0.37% | - |
| HSV(B) | 78.22º | 1% | 0.75% | - |
| XYZ | 28.3 | 42.25 | 6.66 | - |
| YUV | 151.88 | 42.28 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 0 | 0.30 | 0 | 1 | 0.25 | 78.22 | 1 | 0.37 |
| Hex | 85 | BF | 0 | 1E | 0 | 64 | 19 | 4E | 64 | 25 |
| Octal | 205 | 277 | 0 | 36 | 0 | 144 | 31 | 116 | 144 | 45 |
| Binary | 10000101 | 10111111 | 0 | 11110 | 0 | 1100100 | 11001 | 1001110 | 1100100 | 100101 |
Color Harmonies of #85BF00
Complementary color
Monochromatic Colors of #85BF00
Black with #85BF00
Text Example
Text Example
White with #85BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF00; }
p { color: rgb(133,191,0); }
H1.HeaderClassName
{
color: #85BF00;
}
.AnyTagClassName
{
color: #85BF00;
}
</style>
background-color css
<style>
a { background-color: #85BF00; }
a { background-color: rgb(133,191,0); }
div.DivClassName
{
background-color: #85BF00;
}
.BgClassName
{
background-color: #85BF00;
}
</style>
border-color css
<style>
span { border-color: #85BF00; }
span { border-color: rgb(133,191,0); }
td.TdClassName
{
border-color: #85BF00;
}
.TagClassName
{
border-color: #85BF00;
}
</style>