Shades of Yellow Green #85D616
Tints of Yellow Green #85D616
RGB
CMYK
RGB Variations
Color information
#85D616 (or 0x85D616) is known color: Yellow Green. HEX triplet: 85, D6 and 16. RGB value is (133,214,22). Sum of RGB (Red+Green+Blue) = 133+214+22=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #85D616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D616 is #7A29E9. Grayscale: #A8A8A8. Windows color (decimal): -8006122 or 1496709. OLE color: 1496709.
HSL color Cylindrical-coordinate representation of color #85D616: hue angle of 85.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85D616 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 22 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.16 |
| HSL | 85.31º | 0.81% | 0.46% | - |
| HSV(B) | 85.31º | 0.9% | 0.84% | - |
| XYZ | 33.86 | 53.14 | 9.23 | - |
| YUV | 167.89 | 45.66 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 22 | 0.38 | 0 | 0.90 | 0.16 | 85.31 | 0.81 | 0.46 |
| Hex | 85 | D6 | 16 | 26 | 0 | 5A | 10 | 55 | 51 | 2E |
| Octal | 205 | 326 | 26 | 46 | 0 | 132 | 20 | 125 | 121 | 56 |
| Binary | 10000101 | 11010110 | 10110 | 100110 | 0 | 1011010 | 10000 | 1010101 | 1010001 | 101110 |
Color Harmonies of #85D616
Complementary color
Monochromatic Colors of #85D616
Black with #85D616
Text Example
Text Example
White with #85D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D616; }
p { color: rgb(133,214,22); }
H1.HeaderClassName
{
color: #85D616;
}
.AnyTagClassName
{
color: #85D616;
}
</style>
background-color css
<style>
a { background-color: #85D616; }
a { background-color: rgb(133,214,22); }
div.DivClassName
{
background-color: #85D616;
}
.BgClassName
{
background-color: #85D616;
}
</style>
border-color css
<style>
span { border-color: #85D616; }
span { border-color: rgb(133,214,22); }
td.TdClassName
{
border-color: #85D616;
}
.TagClassName
{
border-color: #85D616;
}
</style>