Shades of De York #7ED385
Tints of De York #7ED385
RGB
CMYK
RGB Variations
Color information
#7ED385 (or 0x7ED385) is known color: De York. HEX triplet: 7E, D3 and 85. RGB value is (126,211,133). Sum of RGB (Red+Green+Blue) = 126+211+133=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED385 is #812C7A. Grayscale: #B0B0B0. Windows color (decimal): -8465531 or 8770430. OLE color: 8770430.
HSL color Cylindrical-coordinate representation of color #7ED385: hue angle of 124.94º 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 #7ED385 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 133 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.17 |
| HSL | 124.94º | 0.49% | 0.66% | - |
| HSV(B) | 124.94º | 0.4% | 0.83% | - |
| XYZ | 36.13 | 52.72 | 30.46 | - |
| YUV | 176.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 133 | 0.40 | 0 | 0.37 | 0.17 | 124.94 | 0.49 | 0.66 |
| Hex | 7E | D3 | 85 | 28 | 0 | 25 | 11 | 7D | 31 | 42 |
| Octal | 176 | 323 | 205 | 50 | 0 | 45 | 21 | 175 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10000101 | 101000 | 0 | 100101 | 10001 | 1111101 | 110001 | 1000010 |
Color Harmonies of #7ED385
Complementary color
Monochromatic Colors of #7ED385
Black with #7ED385
Text Example
Text Example
White with #7ED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED385; }
p { color: rgb(126,211,133); }
H1.HeaderClassName
{
color: #7ED385;
}
.AnyTagClassName
{
color: #7ED385;
}
</style>
background-color css
<style>
a { background-color: #7ED385; }
a { background-color: rgb(126,211,133); }
div.DivClassName
{
background-color: #7ED385;
}
.BgClassName
{
background-color: #7ED385;
}
</style>
border-color css
<style>
span { border-color: #7ED385; }
span { border-color: rgb(126,211,133); }
td.TdClassName
{
border-color: #7ED385;
}
.TagClassName
{
border-color: #7ED385;
}
</style>