Shades of De York #7ED68B
Tints of De York #7ED68B
RGB
CMYK
RGB Variations
Color information
#7ED68B (or 0x7ED68B) is known color: De York. HEX triplet: 7E, D6 and 8B. RGB value is (126,214,139). Sum of RGB (Red+Green+Blue) = 126+214+139=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED68B is #812974. Grayscale: #B3B3B3. Windows color (decimal): -8464757 or 9164414. OLE color: 9164414.
HSL color Cylindrical-coordinate representation of color #7ED68B: hue angle of 128.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED68B is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 139 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.16 |
| HSL | 128.86º | 0.52% | 0.67% | - |
| HSV(B) | 128.86º | 0.41% | 0.84% | - |
| XYZ | 37.31 | 54.39 | 32.96 | - |
| YUV | 179.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 139 | 0.41 | 0 | 0.35 | 0.16 | 128.86 | 0.52 | 0.67 |
| Hex | 7E | D6 | 8B | 29 | 0 | 23 | 10 | 81 | 34 | 43 |
| Octal | 176 | 326 | 213 | 51 | 0 | 43 | 20 | 201 | 64 | 103 |
| Binary | 1111110 | 11010110 | 10001011 | 101001 | 0 | 100011 | 10000 | 10000001 | 110100 | 1000011 |
Color Harmonies of #7ED68B
Complementary color
Monochromatic Colors of #7ED68B
Black with #7ED68B
Text Example
Text Example
White with #7ED68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED68B; }
p { color: rgb(126,214,139); }
H1.HeaderClassName
{
color: #7ED68B;
}
.AnyTagClassName
{
color: #7ED68B;
}
</style>
background-color css
<style>
a { background-color: #7ED68B; }
a { background-color: rgb(126,214,139); }
div.DivClassName
{
background-color: #7ED68B;
}
.BgClassName
{
background-color: #7ED68B;
}
</style>
border-color css
<style>
span { border-color: #7ED68B; }
span { border-color: rgb(126,214,139); }
td.TdClassName
{
border-color: #7ED68B;
}
.TagClassName
{
border-color: #7ED68B;
}
</style>