Shades of Yellow Green #85BF34
Tints of Yellow Green #85BF34
RGB
CMYK
RGB Variations
Color information
#85BF34 (or 0x85BF34) is known color: Yellow Green. HEX triplet: 85, BF and 34. RGB value is (133,191,52). Sum of RGB (Red+Green+Blue) = 133+191+52=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF34 is #7A40CB. Grayscale: #9E9E9E. Windows color (decimal): -8011980 or 3456901. OLE color: 3456901.
HSL color Cylindrical-coordinate representation of color #85BF34: hue angle of 85.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85BF34 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 52 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.25 |
| HSL | 85.04º | 0.57% | 0.48% | - |
| HSV(B) | 85.04º | 0.73% | 0.75% | - |
| XYZ | 28.92 | 42.5 | 9.93 | - |
| YUV | 157.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 52 | 0.30 | 0 | 0.73 | 0.25 | 85.04 | 0.57 | 0.48 |
| Hex | 85 | BF | 34 | 1E | 0 | 49 | 19 | 55 | 39 | 30 |
| Octal | 205 | 277 | 64 | 36 | 0 | 111 | 31 | 125 | 71 | 60 |
| Binary | 10000101 | 10111111 | 110100 | 11110 | 0 | 1001001 | 11001 | 1010101 | 111001 | 110000 |
Color Harmonies of #85BF34
Complementary color
Monochromatic Colors of #85BF34
Black with #85BF34
Text Example
Text Example
White with #85BF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF34; }
p { color: rgb(133,191,52); }
H1.HeaderClassName
{
color: #85BF34;
}
.AnyTagClassName
{
color: #85BF34;
}
</style>
background-color css
<style>
a { background-color: #85BF34; }
a { background-color: rgb(133,191,52); }
div.DivClassName
{
background-color: #85BF34;
}
.BgClassName
{
background-color: #85BF34;
}
</style>
border-color css
<style>
span { border-color: #85BF34; }
span { border-color: rgb(133,191,52); }
td.TdClassName
{
border-color: #85BF34;
}
.TagClassName
{
border-color: #85BF34;
}
</style>