Shades of Yellow Green #85DA1D
Tints of Yellow Green #85DA1D
RGB
CMYK
RGB Variations
Color information
#85DA1D (or 0x85DA1D) is known color: Yellow Green. HEX triplet: 85, DA and 1D. RGB value is (133,218,29). Sum of RGB (Red+Green+Blue) = 133+218+29=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DA1D is #7A25E2. Grayscale: #ABABAB. Windows color (decimal): -8005091 or 1956485. OLE color: 1956485.
HSL color Cylindrical-coordinate representation of color #85DA1D: hue angle of 86.98º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85DA1D is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 29 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.15 |
| HSL | 86.98º | 0.77% | 0.48% | - |
| HSV(B) | 86.98º | 0.87% | 0.85% | - |
| XYZ | 34.97 | 55.22 | 9.98 | - |
| YUV | 171.04 | 47.84 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 29 | 0.39 | 0 | 0.87 | 0.15 | 86.98 | 0.77 | 0.48 |
| Hex | 85 | DA | 1D | 27 | 0 | 57 | F | 57 | 4D | 30 |
| Octal | 205 | 332 | 35 | 47 | 0 | 127 | 17 | 127 | 115 | 60 |
| Binary | 10000101 | 11011010 | 11101 | 100111 | 0 | 1010111 | 1111 | 1010111 | 1001101 | 110000 |
Color Harmonies of #85DA1D
Complementary color
Monochromatic Colors of #85DA1D
Black with #85DA1D
Text Example
Text Example
White with #85DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DA1D; }
p { color: rgb(133,218,29); }
H1.HeaderClassName
{
color: #85DA1D;
}
.AnyTagClassName
{
color: #85DA1D;
}
</style>
background-color css
<style>
a { background-color: #85DA1D; }
a { background-color: rgb(133,218,29); }
div.DivClassName
{
background-color: #85DA1D;
}
.BgClassName
{
background-color: #85DA1D;
}
</style>
border-color css
<style>
span { border-color: #85DA1D; }
span { border-color: rgb(133,218,29); }
td.TdClassName
{
border-color: #85DA1D;
}
.TagClassName
{
border-color: #85DA1D;
}
</style>