Shades of De York #7ED17F
Tints of De York #7ED17F
RGB
CMYK
RGB Variations
Color information
#7ED17F (or 0x7ED17F) is known color: De York. HEX triplet: 7E, D1 and 7F. RGB value is (126,209,127). Sum of RGB (Red+Green+Blue) = 126+209+127=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED17F is #812E80. Grayscale: #AFAFAF. Windows color (decimal): -8466049 or 8376702. OLE color: 8376702.
HSL color Cylindrical-coordinate representation of color #7ED17F: hue angle of 120.72º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED17F is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 127 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.18 |
| HSL | 120.72º | 0.47% | 0.66% | - |
| HSV(B) | 120.72º | 0.4% | 0.82% | - |
| XYZ | 35.24 | 51.57 | 28.18 | - |
| YUV | 174.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 127 | 0.40 | 0 | 0.39 | 0.18 | 120.72 | 0.47 | 0.66 |
| Hex | 7E | D1 | 7F | 28 | 0 | 27 | 12 | 79 | 2F | 42 |
| Octal | 176 | 321 | 177 | 50 | 0 | 47 | 22 | 171 | 57 | 102 |
| Binary | 1111110 | 11010001 | 1111111 | 101000 | 0 | 100111 | 10010 | 1111001 | 101111 | 1000010 |
Color Harmonies of #7ED17F
Complementary color
Monochromatic Colors of #7ED17F
Black with #7ED17F
Text Example
Text Example
White with #7ED17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED17F; }
p { color: rgb(126,209,127); }
H1.HeaderClassName
{
color: #7ED17F;
}
.AnyTagClassName
{
color: #7ED17F;
}
</style>
background-color css
<style>
a { background-color: #7ED17F; }
a { background-color: rgb(126,209,127); }
div.DivClassName
{
background-color: #7ED17F;
}
.BgClassName
{
background-color: #7ED17F;
}
</style>
border-color css
<style>
span { border-color: #7ED17F; }
span { border-color: rgb(126,209,127); }
td.TdClassName
{
border-color: #7ED17F;
}
.TagClassName
{
border-color: #7ED17F;
}
</style>