Shades of Yellow Green #85DF2E
Tints of Yellow Green #85DF2E
RGB
CMYK
RGB Variations
Color information
#85DF2E (or 0x85DF2E) is known color: Yellow Green. HEX triplet: 85, DF and 2E. RGB value is (133,223,46). Sum of RGB (Red+Green+Blue) = 133+223+46=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DF2E is #7A20D1. Grayscale: #B0B0B0. Windows color (decimal): -8003794 or 3071877. OLE color: 3071877.
HSL color Cylindrical-coordinate representation of color #85DF2E: hue angle of 90.51º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85DF2E is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 46 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.13 |
| HSL | 90.51º | 0.73% | 0.53% | - |
| HSV(B) | 90.51º | 0.79% | 0.87% | - |
| XYZ | 36.55 | 57.96 | 11.85 | - |
| YUV | 175.91 | 54.68 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 46 | 0.40 | 0 | 0.79 | 0.13 | 90.51 | 0.73 | 0.53 |
| Hex | 85 | DF | 2E | 28 | 0 | 4F | D | 5B | 49 | 35 |
| Octal | 205 | 337 | 56 | 50 | 0 | 117 | 15 | 133 | 111 | 65 |
| Binary | 10000101 | 11011111 | 101110 | 101000 | 0 | 1001111 | 1101 | 1011011 | 1001001 | 110101 |
Color Harmonies of #85DF2E
Complementary color
Monochromatic Colors of #85DF2E
Black with #85DF2E
Text Example
Text Example
White with #85DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF2E; }
p { color: rgb(133,223,46); }
H1.HeaderClassName
{
color: #85DF2E;
}
.AnyTagClassName
{
color: #85DF2E;
}
</style>
background-color css
<style>
a { background-color: #85DF2E; }
a { background-color: rgb(133,223,46); }
div.DivClassName
{
background-color: #85DF2E;
}
.BgClassName
{
background-color: #85DF2E;
}
</style>
border-color css
<style>
span { border-color: #85DF2E; }
span { border-color: rgb(133,223,46); }
td.TdClassName
{
border-color: #85DF2E;
}
.TagClassName
{
border-color: #85DF2E;
}
</style>