Shades of Yellow Green #85DA16
Tints of Yellow Green #85DA16
RGB
CMYK
RGB Variations
Color information
#85DA16 (or 0x85DA16) is known color: Yellow Green. HEX triplet: 85, DA and 16. RGB value is (133,218,22). Sum of RGB (Red+Green+Blue) = 133+218+22=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DA16 is #7A25E9. Grayscale: #AAAAAA. Windows color (decimal): -8005098 or 1497733. OLE color: 1497733.
HSL color Cylindrical-coordinate representation of color #85DA16: hue angle of 86.02º 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 #85DA16 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 22 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.15 |
| HSL | 86.02º | 0.82% | 0.47% | - |
| HSV(B) | 86.02º | 0.9% | 0.85% | - |
| XYZ | 34.89 | 55.19 | 9.57 | - |
| YUV | 170.24 | 44.34 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 22 | 0.39 | 0 | 0.90 | 0.15 | 86.02 | 0.82 | 0.47 |
| Hex | 85 | DA | 16 | 27 | 0 | 5A | F | 56 | 52 | 2F |
| Octal | 205 | 332 | 26 | 47 | 0 | 132 | 17 | 126 | 122 | 57 |
| Binary | 10000101 | 11011010 | 10110 | 100111 | 0 | 1011010 | 1111 | 1010110 | 1010010 | 101111 |
Color Harmonies of #85DA16
Complementary color
Monochromatic Colors of #85DA16
Black with #85DA16
Text Example
Text Example
White with #85DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DA16; }
p { color: rgb(133,218,22); }
H1.HeaderClassName
{
color: #85DA16;
}
.AnyTagClassName
{
color: #85DA16;
}
</style>
background-color css
<style>
a { background-color: #85DA16; }
a { background-color: rgb(133,218,22); }
div.DivClassName
{
background-color: #85DA16;
}
.BgClassName
{
background-color: #85DA16;
}
</style>
border-color css
<style>
span { border-color: #85DA16; }
span { border-color: rgb(133,218,22); }
td.TdClassName
{
border-color: #85DA16;
}
.TagClassName
{
border-color: #85DA16;
}
</style>