Shades of Yellow Green #85D511
Tints of Yellow Green #85D511
RGB
CMYK
RGB Variations
Color information
#85D511 (or 0x85D511) is known color: Yellow Green. HEX triplet: 85, D5 and 11. RGB value is (133,213,17). Sum of RGB (Red+Green+Blue) = 133+213+17=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #85D511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D511 is #7A2AEE. Grayscale: #A7A7A7. Windows color (decimal): -8006383 or 1168773. OLE color: 1168773.
HSL color Cylindrical-coordinate representation of color #85D511: hue angle of 84.49º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85D511 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 213 | 17 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.16 |
| HSL | 84.49º | 0.85% | 0.45% | - |
| HSV(B) | 84.49º | 0.92% | 0.84% | - |
| XYZ | 33.57 | 52.62 | 8.92 | - |
| YUV | 166.74 | 43.5 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 17 | 0.38 | 0 | 0.92 | 0.16 | 84.49 | 0.85 | 0.45 |
| Hex | 85 | D5 | 11 | 26 | 0 | 5C | 10 | 54 | 55 | 2D |
| Octal | 205 | 325 | 21 | 46 | 0 | 134 | 20 | 124 | 125 | 55 |
| Binary | 10000101 | 11010101 | 10001 | 100110 | 0 | 1011100 | 10000 | 1010100 | 1010101 | 101101 |
Color Harmonies of #85D511
Complementary color
Monochromatic Colors of #85D511
Black with #85D511
Text Example
Text Example
White with #85D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D511; }
p { color: rgb(133,213,17); }
H1.HeaderClassName
{
color: #85D511;
}
.AnyTagClassName
{
color: #85D511;
}
</style>
background-color css
<style>
a { background-color: #85D511; }
a { background-color: rgb(133,213,17); }
div.DivClassName
{
background-color: #85D511;
}
.BgClassName
{
background-color: #85D511;
}
</style>
border-color css
<style>
span { border-color: #85D511; }
span { border-color: rgb(133,213,17); }
td.TdClassName
{
border-color: #85D511;
}
.TagClassName
{
border-color: #85D511;
}
</style>