Shades of De York #7ED395
Tints of De York #7ED395
RGB
CMYK
RGB Variations
Color information
#7ED395 (or 0x7ED395) is known color: De York. HEX triplet: 7E, D3 and 95. RGB value is (126,211,149). Sum of RGB (Red+Green+Blue) = 126+211+149=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED395 is #812C6A. Grayscale: #B2B2B2. Windows color (decimal): -8465515 or 9819006. OLE color: 9819006.
HSL color Cylindrical-coordinate representation of color #7ED395: hue angle of 136.24º 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 #7ED395 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 149 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.17 |
| HSL | 136.24º | 0.49% | 0.66% | - |
| HSV(B) | 136.24º | 0.4% | 0.83% | - |
| XYZ | 37.32 | 53.19 | 36.73 | - |
| YUV | 178.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 149 | 0.40 | 0 | 0.29 | 0.17 | 136.24 | 0.49 | 0.66 |
| Hex | 7E | D3 | 95 | 28 | 0 | 1D | 11 | 88 | 31 | 42 |
| Octal | 176 | 323 | 225 | 50 | 0 | 35 | 21 | 210 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10010101 | 101000 | 0 | 11101 | 10001 | 10001000 | 110001 | 1000010 |
Color Harmonies of #7ED395
Complementary color
Monochromatic Colors of #7ED395
Black with #7ED395
Text Example
Text Example
White with #7ED395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED395; }
p { color: rgb(126,211,149); }
H1.HeaderClassName
{
color: #7ED395;
}
.AnyTagClassName
{
color: #7ED395;
}
</style>
background-color css
<style>
a { background-color: #7ED395; }
a { background-color: rgb(126,211,149); }
div.DivClassName
{
background-color: #7ED395;
}
.BgClassName
{
background-color: #7ED395;
}
</style>
border-color css
<style>
span { border-color: #7ED395; }
span { border-color: rgb(126,211,149); }
td.TdClassName
{
border-color: #7ED395;
}
.TagClassName
{
border-color: #7ED395;
}
</style>