Shades of Yellow Green #85D917
Tints of Yellow Green #85D917
RGB
CMYK
RGB Variations
Color information
#85D917 (or 0x85D917) is known color: Yellow Green. HEX triplet: 85, D9 and 17. RGB value is (133,217,23). Sum of RGB (Red+Green+Blue) = 133+217+23=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #85D917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D917 is #7A26E8. Grayscale: #AAAAAA. Windows color (decimal): -8005353 or 1563013. OLE color: 1563013.
HSL color Cylindrical-coordinate representation of color #85D917: hue angle of 85.98º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85D917 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 23 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.15 |
| HSL | 85.98º | 0.81% | 0.47% | - |
| HSV(B) | 85.98º | 0.89% | 0.85% | - |
| XYZ | 34.64 | 54.67 | 9.54 | - |
| YUV | 169.77 | 45.17 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 23 | 0.39 | 0 | 0.89 | 0.15 | 85.98 | 0.81 | 0.47 |
| Hex | 85 | D9 | 17 | 27 | 0 | 59 | F | 56 | 51 | 2F |
| Octal | 205 | 331 | 27 | 47 | 0 | 131 | 17 | 126 | 121 | 57 |
| Binary | 10000101 | 11011001 | 10111 | 100111 | 0 | 1011001 | 1111 | 1010110 | 1010001 | 101111 |
Color Harmonies of #85D917
Complementary color
Monochromatic Colors of #85D917
Black with #85D917
Text Example
Text Example
White with #85D917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D917; }
p { color: rgb(133,217,23); }
H1.HeaderClassName
{
color: #85D917;
}
.AnyTagClassName
{
color: #85D917;
}
</style>
background-color css
<style>
a { background-color: #85D917; }
a { background-color: rgb(133,217,23); }
div.DivClassName
{
background-color: #85D917;
}
.BgClassName
{
background-color: #85D917;
}
</style>
border-color css
<style>
span { border-color: #85D917; }
span { border-color: rgb(133,217,23); }
td.TdClassName
{
border-color: #85D917;
}
.TagClassName
{
border-color: #85D917;
}
</style>