Shades of Yellow Green #85D816
Tints of Yellow Green #85D816
RGB
CMYK
RGB Variations
Color information
#85D816 (or 0x85D816) is known color: Yellow Green. HEX triplet: 85, D8 and 16. RGB value is (133,216,22). Sum of RGB (Red+Green+Blue) = 133+216+22=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #85D816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D816 is #7A27E9. Grayscale: #A9A9A9. Windows color (decimal): -8005610 or 1497221. OLE color: 1497221.
HSL color Cylindrical-coordinate representation of color #85D816: hue angle of 85.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85D816 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 22 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.15 |
| HSL | 85.67º | 0.82% | 0.47% | - |
| HSV(B) | 85.67º | 0.9% | 0.85% | - |
| XYZ | 34.37 | 54.16 | 9.4 | - |
| YUV | 169.07 | 45 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 22 | 0.38 | 0 | 0.90 | 0.15 | 85.67 | 0.82 | 0.47 |
| Hex | 85 | D8 | 16 | 26 | 0 | 5A | F | 56 | 52 | 2F |
| Octal | 205 | 330 | 26 | 46 | 0 | 132 | 17 | 126 | 122 | 57 |
| Binary | 10000101 | 11011000 | 10110 | 100110 | 0 | 1011010 | 1111 | 1010110 | 1010010 | 101111 |
Color Harmonies of #85D816
Complementary color
Monochromatic Colors of #85D816
Black with #85D816
Text Example
Text Example
White with #85D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D816; }
p { color: rgb(133,216,22); }
H1.HeaderClassName
{
color: #85D816;
}
.AnyTagClassName
{
color: #85D816;
}
</style>
background-color css
<style>
a { background-color: #85D816; }
a { background-color: rgb(133,216,22); }
div.DivClassName
{
background-color: #85D816;
}
.BgClassName
{
background-color: #85D816;
}
</style>
border-color css
<style>
span { border-color: #85D816; }
span { border-color: rgb(133,216,22); }
td.TdClassName
{
border-color: #85D816;
}
.TagClassName
{
border-color: #85D816;
}
</style>