Shades of Yellow Green #85DF24
Tints of Yellow Green #85DF24
RGB
CMYK
RGB Variations
Color information
#85DF24 (or 0x85DF24) is known color: Yellow Green. HEX triplet: 85, DF and 24. RGB value is (133,223,36). Sum of RGB (Red+Green+Blue) = 133+223+36=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DF24 is #7A20DB. Grayscale: #AFAFAF. Windows color (decimal): -8003804 or 2416517. OLE color: 2416517.
HSL color Cylindrical-coordinate representation of color #85DF24: hue angle of 88.88º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85DF24 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 36 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.13 |
| HSL | 88.88º | 0.75% | 0.51% | - |
| HSV(B) | 88.88º | 0.84% | 0.87% | - |
| XYZ | 36.38 | 57.89 | 10.93 | - |
| YUV | 174.77 | 49.68 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 36 | 0.40 | 0 | 0.84 | 0.13 | 88.88 | 0.75 | 0.51 |
| Hex | 85 | DF | 24 | 28 | 0 | 54 | D | 59 | 4B | 33 |
| Octal | 205 | 337 | 44 | 50 | 0 | 124 | 15 | 131 | 113 | 63 |
| Binary | 10000101 | 11011111 | 100100 | 101000 | 0 | 1010100 | 1101 | 1011001 | 1001011 | 110011 |
Color Harmonies of #85DF24
Complementary color
Monochromatic Colors of #85DF24
Black with #85DF24
Text Example
Text Example
White with #85DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF24; }
p { color: rgb(133,223,36); }
H1.HeaderClassName
{
color: #85DF24;
}
.AnyTagClassName
{
color: #85DF24;
}
</style>
background-color css
<style>
a { background-color: #85DF24; }
a { background-color: rgb(133,223,36); }
div.DivClassName
{
background-color: #85DF24;
}
.BgClassName
{
background-color: #85DF24;
}
</style>
border-color css
<style>
span { border-color: #85DF24; }
span { border-color: rgb(133,223,36); }
td.TdClassName
{
border-color: #85DF24;
}
.TagClassName
{
border-color: #85DF24;
}
</style>