Shades of De York #7EDB97
Tints of De York #7EDB97
RGB
CMYK
RGB Variations
Color information
#7EDB97 (or 0x7EDB97) is known color: De York. HEX triplet: 7E, DB and 97. RGB value is (126,219,151). Sum of RGB (Red+Green+Blue) = 126+219+151=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDB97 is #812468. Grayscale: #B7B7B7. Windows color (decimal): -8463465 or 9952126. OLE color: 9952126.
HSL color Cylindrical-coordinate representation of color #7EDB97: hue angle of 136.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDB97 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 151 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.14 |
| HSL | 136.13º | 0.56% | 0.68% | - |
| HSV(B) | 136.13º | 0.42% | 0.86% | - |
| XYZ | 39.52 | 57.33 | 38.26 | - |
| YUV | 183.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 151 | 0.42 | 0 | 0.31 | 0.14 | 136.13 | 0.56 | 0.68 |
| Hex | 7E | DB | 97 | 2A | 0 | 1F | E | 88 | 38 | 44 |
| Octal | 176 | 333 | 227 | 52 | 0 | 37 | 16 | 210 | 70 | 104 |
| Binary | 1111110 | 11011011 | 10010111 | 101010 | 0 | 11111 | 1110 | 10001000 | 111000 | 1000100 |
Color Harmonies of #7EDB97
Complementary color
Monochromatic Colors of #7EDB97
Black with #7EDB97
Text Example
Text Example
White with #7EDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDB97; }
p { color: rgb(126,219,151); }
H1.HeaderClassName
{
color: #7EDB97;
}
.AnyTagClassName
{
color: #7EDB97;
}
</style>
background-color css
<style>
a { background-color: #7EDB97; }
a { background-color: rgb(126,219,151); }
div.DivClassName
{
background-color: #7EDB97;
}
.BgClassName
{
background-color: #7EDB97;
}
</style>
border-color css
<style>
span { border-color: #7EDB97; }
span { border-color: rgb(126,219,151); }
td.TdClassName
{
border-color: #7EDB97;
}
.TagClassName
{
border-color: #7EDB97;
}
</style>