Shades of De York #7ED380
Tints of De York #7ED380
RGB
CMYK
RGB Variations
Color information
#7ED380 (or 0x7ED380) is known color: De York. HEX triplet: 7E, D3 and 80. RGB value is (126,211,128). Sum of RGB (Red+Green+Blue) = 126+211+128=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED380 is #812C7F. Grayscale: #B0B0B0. Windows color (decimal): -8465536 or 8442750. OLE color: 8442750.
HSL color Cylindrical-coordinate representation of color #7ED380: hue angle of 121.41º 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 #7ED380 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 128 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.17 |
| HSL | 121.41º | 0.49% | 0.66% | - |
| HSV(B) | 121.41º | 0.4% | 0.83% | - |
| XYZ | 35.79 | 52.58 | 28.68 | - |
| YUV | 176.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 128 | 0.40 | 0 | 0.39 | 0.17 | 121.41 | 0.49 | 0.66 |
| Hex | 7E | D3 | 80 | 28 | 0 | 27 | 11 | 79 | 31 | 42 |
| Octal | 176 | 323 | 200 | 50 | 0 | 47 | 21 | 171 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10000000 | 101000 | 0 | 100111 | 10001 | 1111001 | 110001 | 1000010 |
Color Harmonies of #7ED380
Complementary color
Monochromatic Colors of #7ED380
Black with #7ED380
Text Example
Text Example
White with #7ED380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED380; }
p { color: rgb(126,211,128); }
H1.HeaderClassName
{
color: #7ED380;
}
.AnyTagClassName
{
color: #7ED380;
}
</style>
background-color css
<style>
a { background-color: #7ED380; }
a { background-color: rgb(126,211,128); }
div.DivClassName
{
background-color: #7ED380;
}
.BgClassName
{
background-color: #7ED380;
}
</style>
border-color css
<style>
span { border-color: #7ED380; }
span { border-color: rgb(126,211,128); }
td.TdClassName
{
border-color: #7ED380;
}
.TagClassName
{
border-color: #7ED380;
}
</style>