Shades of Yellow Green #85D133
Tints of Yellow Green #85D133
RGB
CMYK
RGB Variations
Color information
#85D133 (or 0x85D133) is known color: Yellow Green. HEX triplet: 85, D1 and 33. RGB value is (133,209,51). Sum of RGB (Red+Green+Blue) = 133+209+51=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #85D133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D133 is #7A2ECC. Grayscale: #A8A8A8. Windows color (decimal): -8007373 or 3395973. OLE color: 3395973.
HSL color Cylindrical-coordinate representation of color #85D133: hue angle of 88.86º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85D133 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 51 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.18 |
| HSL | 88.86º | 0.63% | 0.51% | - |
| HSV(B) | 88.86º | 0.76% | 0.82% | - |
| XYZ | 33.07 | 50.83 | 11.2 | - |
| YUV | 168.26 | 61.82 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 51 | 0.36 | 0 | 0.76 | 0.18 | 88.86 | 0.63 | 0.51 |
| Hex | 85 | D1 | 33 | 24 | 0 | 4C | 12 | 59 | 3F | 33 |
| Octal | 205 | 321 | 63 | 44 | 0 | 114 | 22 | 131 | 77 | 63 |
| Binary | 10000101 | 11010001 | 110011 | 100100 | 0 | 1001100 | 10010 | 1011001 | 111111 | 110011 |
Color Harmonies of #85D133
Complementary color
Monochromatic Colors of #85D133
Black with #85D133
Text Example
Text Example
White with #85D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D133; }
p { color: rgb(133,209,51); }
H1.HeaderClassName
{
color: #85D133;
}
.AnyTagClassName
{
color: #85D133;
}
</style>
background-color css
<style>
a { background-color: #85D133; }
a { background-color: rgb(133,209,51); }
div.DivClassName
{
background-color: #85D133;
}
.BgClassName
{
background-color: #85D133;
}
</style>
border-color css
<style>
span { border-color: #85D133; }
span { border-color: rgb(133,209,51); }
td.TdClassName
{
border-color: #85D133;
}
.TagClassName
{
border-color: #85D133;
}
</style>