Shades of Yellow Green #85BD39
Tints of Yellow Green #85BD39
RGB
CMYK
RGB Variations
Color information
#85BD39 (or 0x85BD39) is known color: Yellow Green. HEX triplet: 85, BD and 39. RGB value is (133,189,57). Sum of RGB (Red+Green+Blue) = 133+189+57=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD39 is #7A42C6. Grayscale: #9D9D9D. Windows color (decimal): -8012487 or 3784069. OLE color: 3784069.
HSL color Cylindrical-coordinate representation of color #85BD39: hue angle of 85.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85BD39 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 57 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.26 |
| HSL | 85.45º | 0.54% | 0.48% | - |
| HSV(B) | 85.45º | 0.7% | 0.74% | - |
| XYZ | 28.61 | 41.68 | 10.41 | - |
| YUV | 157.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 57 | 0.30 | 0 | 0.70 | 0.26 | 85.45 | 0.54 | 0.48 |
| Hex | 85 | BD | 39 | 1E | 0 | 46 | 1A | 55 | 36 | 30 |
| Octal | 205 | 275 | 71 | 36 | 0 | 106 | 32 | 125 | 66 | 60 |
| Binary | 10000101 | 10111101 | 111001 | 11110 | 0 | 1000110 | 11010 | 1010101 | 110110 | 110000 |
Color Harmonies of #85BD39
Complementary color
Monochromatic Colors of #85BD39
Black with #85BD39
Text Example
Text Example
White with #85BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD39; }
p { color: rgb(133,189,57); }
H1.HeaderClassName
{
color: #85BD39;
}
.AnyTagClassName
{
color: #85BD39;
}
</style>
background-color css
<style>
a { background-color: #85BD39; }
a { background-color: rgb(133,189,57); }
div.DivClassName
{
background-color: #85BD39;
}
.BgClassName
{
background-color: #85BD39;
}
</style>
border-color css
<style>
span { border-color: #85BD39; }
span { border-color: rgb(133,189,57); }
td.TdClassName
{
border-color: #85BD39;
}
.TagClassName
{
border-color: #85BD39;
}
</style>