Shades of De York #7ED095
Tints of De York #7ED095
RGB
CMYK
RGB Variations
Color information
#7ED095 (or 0x7ED095) is known color: De York. HEX triplet: 7E, D0 and 95. RGB value is (126,208,149). Sum of RGB (Red+Green+Blue) = 126+208+149=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED095 is #812F6A. Grayscale: #B0B0B0. Windows color (decimal): -8466283 or 9818238. OLE color: 9818238.
HSL color Cylindrical-coordinate representation of color #7ED095: hue angle of 136.83º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED095 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 149 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.18 |
| HSL | 136.83º | 0.47% | 0.65% | - |
| HSV(B) | 136.83º | 0.39% | 0.82% | - |
| XYZ | 36.58 | 51.72 | 36.49 | - |
| YUV | 176.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 149 | 0.39 | 0 | 0.28 | 0.18 | 136.83 | 0.47 | 0.65 |
| Hex | 7E | D0 | 95 | 27 | 0 | 1C | 12 | 89 | 2F | 41 |
| Octal | 176 | 320 | 225 | 47 | 0 | 34 | 22 | 211 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10010101 | 100111 | 0 | 11100 | 10010 | 10001001 | 101111 | 1000001 |
Color Harmonies of #7ED095
Complementary color
Monochromatic Colors of #7ED095
Black with #7ED095
Text Example
Text Example
White with #7ED095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED095; }
p { color: rgb(126,208,149); }
H1.HeaderClassName
{
color: #7ED095;
}
.AnyTagClassName
{
color: #7ED095;
}
</style>
background-color css
<style>
a { background-color: #7ED095; }
a { background-color: rgb(126,208,149); }
div.DivClassName
{
background-color: #7ED095;
}
.BgClassName
{
background-color: #7ED095;
}
</style>
border-color css
<style>
span { border-color: #7ED095; }
span { border-color: rgb(126,208,149); }
td.TdClassName
{
border-color: #7ED095;
}
.TagClassName
{
border-color: #7ED095;
}
</style>