Shades of Yellow Green #85DF1D
Tints of Yellow Green #85DF1D
RGB
CMYK
RGB Variations
Color information
#85DF1D (or 0x85DF1D) is known color: Yellow Green. HEX triplet: 85, DF and 1D. RGB value is (133,223,29). Sum of RGB (Red+Green+Blue) = 133+223+29=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DF1D is #7A20E2. Grayscale: #AEAEAE. Windows color (decimal): -8003811 or 1957765. OLE color: 1957765.
HSL color Cylindrical-coordinate representation of color #85DF1D: hue angle of 87.84º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85DF1D is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 29 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.13 |
| HSL | 87.84º | 0.77% | 0.49% | - |
| HSV(B) | 87.84º | 0.87% | 0.87% | - |
| XYZ | 36.28 | 57.85 | 10.42 | - |
| YUV | 173.97 | 46.18 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 29 | 0.40 | 0 | 0.87 | 0.13 | 87.84 | 0.77 | 0.49 |
| Hex | 85 | DF | 1D | 28 | 0 | 57 | D | 58 | 4D | 31 |
| Octal | 205 | 337 | 35 | 50 | 0 | 127 | 15 | 130 | 115 | 61 |
| Binary | 10000101 | 11011111 | 11101 | 101000 | 0 | 1010111 | 1101 | 1011000 | 1001101 | 110001 |
Color Harmonies of #85DF1D
Complementary color
Monochromatic Colors of #85DF1D
Black with #85DF1D
Text Example
Text Example
White with #85DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF1D; }
p { color: rgb(133,223,29); }
H1.HeaderClassName
{
color: #85DF1D;
}
.AnyTagClassName
{
color: #85DF1D;
}
</style>
background-color css
<style>
a { background-color: #85DF1D; }
a { background-color: rgb(133,223,29); }
div.DivClassName
{
background-color: #85DF1D;
}
.BgClassName
{
background-color: #85DF1D;
}
</style>
border-color css
<style>
span { border-color: #85DF1D; }
span { border-color: rgb(133,223,29); }
td.TdClassName
{
border-color: #85DF1D;
}
.TagClassName
{
border-color: #85DF1D;
}
</style>