Shades of De York #7ED27E
Tints of De York #7ED27E
RGB
CMYK
RGB Variations
Color information
#7ED27E (or 0x7ED27E) is known color: De York. HEX triplet: 7E, D2 and 7E. RGB value is (126,210,126). Sum of RGB (Red+Green+Blue) = 126+210+126=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED27E is #812D81. Grayscale: #AFAFAF. Windows color (decimal): -8465794 or 8311422. OLE color: 8311422.
HSL color Cylindrical-coordinate representation of color #7ED27E: hue angle of 120º degrees, saturation: 0.48, 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 #7ED27E is Cyan = 0.4, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 126 | - |
| CMYK | 0.4 | 0 | 0.4 | 0.18 |
| HSL | 120º | 0.48% | 0.66% | - |
| HSV(B) | 120º | 0.4% | 0.82% | - |
| XYZ | 35.42 | 52.04 | 27.92 | - |
| YUV | 175.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 126 | 0.4 | 0 | 0.4 | 0.18 | 120 | 0.48 | 0.66 |
| Hex | 7E | D2 | 7E | 28 | 0 | 28 | 12 | 78 | 30 | 42 |
| Octal | 176 | 322 | 176 | 50 | 0 | 50 | 22 | 170 | 60 | 102 |
| Binary | 1111110 | 11010010 | 1111110 | 101000 | 0 | 101000 | 10010 | 1111000 | 110000 | 1000010 |
Color Harmonies of #7ED27E
Complementary color
Monochromatic Colors of #7ED27E
Black with #7ED27E
Text Example
Text Example
White with #7ED27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED27E; }
p { color: rgb(126,210,126); }
H1.HeaderClassName
{
color: #7ED27E;
}
.AnyTagClassName
{
color: #7ED27E;
}
</style>
background-color css
<style>
a { background-color: #7ED27E; }
a { background-color: rgb(126,210,126); }
div.DivClassName
{
background-color: #7ED27E;
}
.BgClassName
{
background-color: #7ED27E;
}
</style>
border-color css
<style>
span { border-color: #7ED27E; }
span { border-color: rgb(126,210,126); }
td.TdClassName
{
border-color: #7ED27E;
}
.TagClassName
{
border-color: #7ED27E;
}
</style>