Shades of Yellow Green #85D416
Tints of Yellow Green #85D416
RGB
CMYK
RGB Variations
Color information
#85D416 (or 0x85D416) is known color: Yellow Green. HEX triplet: 85, D4 and 16. RGB value is (133,212,22). Sum of RGB (Red+Green+Blue) = 133+212+22=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #85D416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D416 is #7A2BE9. Grayscale: #A7A7A7. Windows color (decimal): -8006634 or 1496197. OLE color: 1496197.
HSL color Cylindrical-coordinate representation of color #85D416: hue angle of 84.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85D416 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 22 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.17 |
| HSL | 84.95º | 0.81% | 0.46% | - |
| HSV(B) | 84.95º | 0.9% | 0.83% | - |
| XYZ | 33.36 | 52.13 | 9.06 | - |
| YUV | 166.72 | 46.33 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 22 | 0.37 | 0 | 0.90 | 0.17 | 84.95 | 0.81 | 0.46 |
| Hex | 85 | D4 | 16 | 25 | 0 | 5A | 11 | 55 | 51 | 2E |
| Octal | 205 | 324 | 26 | 45 | 0 | 132 | 21 | 125 | 121 | 56 |
| Binary | 10000101 | 11010100 | 10110 | 100101 | 0 | 1011010 | 10001 | 1010101 | 1010001 | 101110 |
Color Harmonies of #85D416
Complementary color
Monochromatic Colors of #85D416
Black with #85D416
Text Example
Text Example
White with #85D416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D416; }
p { color: rgb(133,212,22); }
H1.HeaderClassName
{
color: #85D416;
}
.AnyTagClassName
{
color: #85D416;
}
</style>
background-color css
<style>
a { background-color: #85D416; }
a { background-color: rgb(133,212,22); }
div.DivClassName
{
background-color: #85D416;
}
.BgClassName
{
background-color: #85D416;
}
</style>
border-color css
<style>
span { border-color: #85D416; }
span { border-color: rgb(133,212,22); }
td.TdClassName
{
border-color: #85D416;
}
.TagClassName
{
border-color: #85D416;
}
</style>