Shades of Yellow Green #85D137
Tints of Yellow Green #85D137
RGB
CMYK
RGB Variations
Color information
#85D137 (or 0x85D137) is known color: Yellow Green. HEX triplet: 85, D1 and 37. RGB value is (133,209,55). Sum of RGB (Red+Green+Blue) = 133+209+55=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #85D137 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D137 is #7A2EC8. Grayscale: #A9A9A9. Windows color (decimal): -8007369 or 3658117. OLE color: 3658117.
HSL color Cylindrical-coordinate representation of color #85D137: hue angle of 89.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85D137 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 55 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.18 |
| HSL | 89.61º | 0.63% | 0.52% | - |
| HSV(B) | 89.61º | 0.74% | 0.82% | - |
| XYZ | 33.16 | 50.86 | 11.68 | - |
| YUV | 168.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 55 | 0.36 | 0 | 0.74 | 0.18 | 89.61 | 0.63 | 0.52 |
| Hex | 85 | D1 | 37 | 24 | 0 | 4A | 12 | 5A | 3F | 34 |
| Octal | 205 | 321 | 67 | 44 | 0 | 112 | 22 | 132 | 77 | 64 |
| Binary | 10000101 | 11010001 | 110111 | 100100 | 0 | 1001010 | 10010 | 1011010 | 111111 | 110100 |
Color Harmonies of #85D137
Complementary color
Monochromatic Colors of #85D137
Black with #85D137
Text Example
Text Example
White with #85D137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D137; }
p { color: rgb(133,209,55); }
H1.HeaderClassName
{
color: #85D137;
}
.AnyTagClassName
{
color: #85D137;
}
</style>
background-color css
<style>
a { background-color: #85D137; }
a { background-color: rgb(133,209,55); }
div.DivClassName
{
background-color: #85D137;
}
.BgClassName
{
background-color: #85D137;
}
</style>
border-color css
<style>
span { border-color: #85D137; }
span { border-color: rgb(133,209,55); }
td.TdClassName
{
border-color: #85D137;
}
.TagClassName
{
border-color: #85D137;
}
</style>