Shades of De York #7DE08E
Tints of De York #7DE08E
RGB
CMYK
RGB Variations
Color information
#7DE08E (or 0x7DE08E) is known color: De York. HEX triplet: 7D, E0 and 8E. RGB value is (125,224,142). Sum of RGB (Red+Green+Blue) = 125+224+142=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE08E is #821F71. Grayscale: #B9B9B9. Windows color (decimal): -8527730 or 9363581. OLE color: 9363581.
HSL color Cylindrical-coordinate representation of color #7DE08E: hue angle of 130.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE08E is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 142 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.12 |
| HSL | 130.3º | 0.61% | 0.68% | - |
| HSV(B) | 130.3º | 0.44% | 0.88% | - |
| XYZ | 40 | 59.62 | 34.99 | - |
| YUV | 185.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 142 | 0.44 | 0 | 0.37 | 0.12 | 130.3 | 0.61 | 0.68 |
| Hex | 7D | E0 | 8E | 2C | 0 | 25 | C | 82 | 3D | 44 |
| Octal | 175 | 340 | 216 | 54 | 0 | 45 | 14 | 202 | 75 | 104 |
| Binary | 1111101 | 11100000 | 10001110 | 101100 | 0 | 100101 | 1100 | 10000010 | 111101 | 1000100 |
Color Harmonies of #7DE08E
Complementary color
Monochromatic Colors of #7DE08E
Black with #7DE08E
Text Example
Text Example
White with #7DE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE08E; }
p { color: rgb(125,224,142); }
H1.HeaderClassName
{
color: #7DE08E;
}
.AnyTagClassName
{
color: #7DE08E;
}
</style>
background-color css
<style>
a { background-color: #7DE08E; }
a { background-color: rgb(125,224,142); }
div.DivClassName
{
background-color: #7DE08E;
}
.BgClassName
{
background-color: #7DE08E;
}
</style>
border-color css
<style>
span { border-color: #7DE08E; }
span { border-color: rgb(125,224,142); }
td.TdClassName
{
border-color: #7DE08E;
}
.TagClassName
{
border-color: #7DE08E;
}
</style>