Shades of Yellow Green #85D731
Tints of Yellow Green #85D731
RGB
CMYK
RGB Variations
Color information
#85D731 (or 0x85D731) is known color: Yellow Green. HEX triplet: 85, D7 and 31. RGB value is (133,215,49). Sum of RGB (Red+Green+Blue) = 133+215+49=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #85D731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D731 is #7A28CE. Grayscale: #ACACAC. Windows color (decimal): -8005839 or 3266437. OLE color: 3266437.
HSL color Cylindrical-coordinate representation of color #85D731: hue angle of 89.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85D731 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 49 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.16 |
| HSL | 89.64º | 0.67% | 0.52% | - |
| HSV(B) | 89.64º | 0.77% | 0.84% | - |
| XYZ | 34.53 | 53.81 | 11.47 | - |
| YUV | 171.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 49 | 0.38 | 0 | 0.77 | 0.16 | 89.64 | 0.67 | 0.52 |
| Hex | 85 | D7 | 31 | 26 | 0 | 4D | 10 | 5A | 43 | 34 |
| Octal | 205 | 327 | 61 | 46 | 0 | 115 | 20 | 132 | 103 | 64 |
| Binary | 10000101 | 11010111 | 110001 | 100110 | 0 | 1001101 | 10000 | 1011010 | 1000011 | 110100 |
Color Harmonies of #85D731
Complementary color
Monochromatic Colors of #85D731
Black with #85D731
Text Example
Text Example
White with #85D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D731; }
p { color: rgb(133,215,49); }
H1.HeaderClassName
{
color: #85D731;
}
.AnyTagClassName
{
color: #85D731;
}
</style>
background-color css
<style>
a { background-color: #85D731; }
a { background-color: rgb(133,215,49); }
div.DivClassName
{
background-color: #85D731;
}
.BgClassName
{
background-color: #85D731;
}
</style>
border-color css
<style>
span { border-color: #85D731; }
span { border-color: rgb(133,215,49); }
td.TdClassName
{
border-color: #85D731;
}
.TagClassName
{
border-color: #85D731;
}
</style>