Shades of De York #7DD690
Tints of De York #7DD690
RGB
CMYK
RGB Variations
Color information
#7DD690 (or 0x7DD690) is known color: De York. HEX triplet: 7D, D6 and 90. RGB value is (125,214,144). Sum of RGB (Red+Green+Blue) = 125+214+144=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD690 is #82296F. Grayscale: #B3B3B3. Windows color (decimal): -8530288 or 9492093. OLE color: 9492093.
HSL color Cylindrical-coordinate representation of color #7DD690: hue angle of 132.81º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD690 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 144 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.16 |
| HSL | 132.81º | 0.52% | 0.66% | - |
| HSV(B) | 132.81º | 0.42% | 0.84% | - |
| XYZ | 37.54 | 54.47 | 34.92 | - |
| YUV | 179.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 144 | 0.42 | 0 | 0.33 | 0.16 | 132.81 | 0.52 | 0.66 |
| Hex | 7D | D6 | 90 | 2A | 0 | 21 | 10 | 85 | 34 | 42 |
| Octal | 175 | 326 | 220 | 52 | 0 | 41 | 20 | 205 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10010000 | 101010 | 0 | 100001 | 10000 | 10000101 | 110100 | 1000010 |
Color Harmonies of #7DD690
Complementary color
Monochromatic Colors of #7DD690
Black with #7DD690
Text Example
Text Example
White with #7DD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD690; }
p { color: rgb(125,214,144); }
H1.HeaderClassName
{
color: #7DD690;
}
.AnyTagClassName
{
color: #7DD690;
}
</style>
background-color css
<style>
a { background-color: #7DD690; }
a { background-color: rgb(125,214,144); }
div.DivClassName
{
background-color: #7DD690;
}
.BgClassName
{
background-color: #7DD690;
}
</style>
border-color css
<style>
span { border-color: #7DD690; }
span { border-color: rgb(125,214,144); }
td.TdClassName
{
border-color: #7DD690;
}
.TagClassName
{
border-color: #7DD690;
}
</style>