Shades of Yellow Green #85BE39
Tints of Yellow Green #85BE39
RGB
CMYK
RGB Variations
Color information
#85BE39 (or 0x85BE39) is known color: Yellow Green. HEX triplet: 85, BE and 39. RGB value is (133,190,57). Sum of RGB (Red+Green+Blue) = 133+190+57=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE39 is #7A41C6. Grayscale: #9E9E9E. Windows color (decimal): -8012231 or 3784325. OLE color: 3784325.
HSL color Cylindrical-coordinate representation of color #85BE39: hue angle of 85.71º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85BE39 is Cyan = 0.3, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 57 | - |
| CMYK | 0.3 | 0 | 0.7 | 0.25 |
| HSL | 85.71º | 0.54% | 0.48% | - |
| HSV(B) | 85.71º | 0.7% | 0.75% | - |
| XYZ | 28.82 | 42.11 | 10.48 | - |
| YUV | 157.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 57 | 0.3 | 0 | 0.7 | 0.25 | 85.71 | 0.54 | 0.48 |
| Hex | 85 | BE | 39 | 1E | 0 | 46 | 19 | 56 | 36 | 30 |
| Octal | 205 | 276 | 71 | 36 | 0 | 106 | 31 | 126 | 66 | 60 |
| Binary | 10000101 | 10111110 | 111001 | 11110 | 0 | 1000110 | 11001 | 1010110 | 110110 | 110000 |
Color Harmonies of #85BE39
Complementary color
Monochromatic Colors of #85BE39
Black with #85BE39
Text Example
Text Example
White with #85BE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE39; }
p { color: rgb(133,190,57); }
H1.HeaderClassName
{
color: #85BE39;
}
.AnyTagClassName
{
color: #85BE39;
}
</style>
background-color css
<style>
a { background-color: #85BE39; }
a { background-color: rgb(133,190,57); }
div.DivClassName
{
background-color: #85BE39;
}
.BgClassName
{
background-color: #85BE39;
}
</style>
border-color css
<style>
span { border-color: #85BE39; }
span { border-color: rgb(133,190,57); }
td.TdClassName
{
border-color: #85BE39;
}
.TagClassName
{
border-color: #85BE39;
}
</style>