Shades of De York #7ED37F
Tints of De York #7ED37F
RGB
CMYK
RGB Variations
Color information
#7ED37F (or 0x7ED37F) is known color: De York. HEX triplet: 7E, D3 and 7F. RGB value is (126,211,127). Sum of RGB (Red+Green+Blue) = 126+211+127=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED37F is #812C80. Grayscale: #B0B0B0. Windows color (decimal): -8465537 or 8377214. OLE color: 8377214.
HSL color Cylindrical-coordinate representation of color #7ED37F: hue angle of 120.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED37F is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 127 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.17 |
| HSL | 120.71º | 0.49% | 0.66% | - |
| HSV(B) | 120.71º | 0.4% | 0.83% | - |
| XYZ | 35.73 | 52.56 | 28.34 | - |
| YUV | 176.01 | 100.34 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 127 | 0.40 | 0 | 0.40 | 0.17 | 120.71 | 0.49 | 0.66 |
| Hex | 7E | D3 | 7F | 28 | 0 | 28 | 11 | 79 | 31 | 42 |
| Octal | 176 | 323 | 177 | 50 | 0 | 50 | 21 | 171 | 61 | 102 |
| Binary | 1111110 | 11010011 | 1111111 | 101000 | 0 | 101000 | 10001 | 1111001 | 110001 | 1000010 |
Color Harmonies of #7ED37F
Complementary color
Monochromatic Colors of #7ED37F
Black with #7ED37F
Text Example
Text Example
White with #7ED37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED37F; }
p { color: rgb(126,211,127); }
H1.HeaderClassName
{
color: #7ED37F;
}
.AnyTagClassName
{
color: #7ED37F;
}
</style>
background-color css
<style>
a { background-color: #7ED37F; }
a { background-color: rgb(126,211,127); }
div.DivClassName
{
background-color: #7ED37F;
}
.BgClassName
{
background-color: #7ED37F;
}
</style>
border-color css
<style>
span { border-color: #7ED37F; }
span { border-color: rgb(126,211,127); }
td.TdClassName
{
border-color: #7ED37F;
}
.TagClassName
{
border-color: #7ED37F;
}
</style>