Shades of De York #7ED197
Tints of De York #7ED197
RGB
CMYK
RGB Variations
Color information
#7ED197 (or 0x7ED197) is known color: De York. HEX triplet: 7E, D1 and 97. RGB value is (126,209,151). Sum of RGB (Red+Green+Blue) = 126+209+151=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED197 is #812E68. Grayscale: #B1B1B1. Windows color (decimal): -8466025 or 9949566. OLE color: 9949566.
HSL color Cylindrical-coordinate representation of color #7ED197: hue angle of 138.07º degrees, saturation: 0.47, 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 #7ED197 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 151 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.18 |
| HSL | 138.07º | 0.47% | 0.66% | - |
| HSV(B) | 138.07º | 0.4% | 0.82% | - |
| XYZ | 36.99 | 52.27 | 37.42 | - |
| YUV | 177.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 151 | 0.40 | 0 | 0.28 | 0.18 | 138.07 | 0.47 | 0.66 |
| Hex | 7E | D1 | 97 | 28 | 0 | 1C | 12 | 8A | 2F | 42 |
| Octal | 176 | 321 | 227 | 50 | 0 | 34 | 22 | 212 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10010111 | 101000 | 0 | 11100 | 10010 | 10001010 | 101111 | 1000010 |
Color Harmonies of #7ED197
Complementary color
Monochromatic Colors of #7ED197
Black with #7ED197
Text Example
Text Example
White with #7ED197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED197; }
p { color: rgb(126,209,151); }
H1.HeaderClassName
{
color: #7ED197;
}
.AnyTagClassName
{
color: #7ED197;
}
</style>
background-color css
<style>
a { background-color: #7ED197; }
a { background-color: rgb(126,209,151); }
div.DivClassName
{
background-color: #7ED197;
}
.BgClassName
{
background-color: #7ED197;
}
</style>
border-color css
<style>
span { border-color: #7ED197; }
span { border-color: rgb(126,209,151); }
td.TdClassName
{
border-color: #7ED197;
}
.TagClassName
{
border-color: #7ED197;
}
</style>