Shades of De York #7DD290
Tints of De York #7DD290
RGB
CMYK
RGB Variations
Color information
#7DD290 (or 0x7DD290) is known color: De York. HEX triplet: 7D, D2 and 90. RGB value is (125,210,144). Sum of RGB (Red+Green+Blue) = 125+210+144=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD290 is #822D6F. Grayscale: #B1B1B1. Windows color (decimal): -8531312 or 9491069. OLE color: 9491069.
HSL color Cylindrical-coordinate representation of color #7DD290: hue angle of 133.41º degrees, saturation: 0.49, 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 #7DD290 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 144 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.18 |
| HSL | 133.41º | 0.49% | 0.66% | - |
| HSV(B) | 133.41º | 0.4% | 0.82% | - |
| XYZ | 36.54 | 52.47 | 34.59 | - |
| YUV | 177.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 144 | 0.40 | 0 | 0.31 | 0.18 | 133.41 | 0.49 | 0.66 |
| Hex | 7D | D2 | 90 | 28 | 0 | 1F | 12 | 85 | 31 | 42 |
| Octal | 175 | 322 | 220 | 50 | 0 | 37 | 22 | 205 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10010000 | 101000 | 0 | 11111 | 10010 | 10000101 | 110001 | 1000010 |
Color Harmonies of #7DD290
Complementary color
Monochromatic Colors of #7DD290
Black with #7DD290
Text Example
Text Example
White with #7DD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD290; }
p { color: rgb(125,210,144); }
H1.HeaderClassName
{
color: #7DD290;
}
.AnyTagClassName
{
color: #7DD290;
}
</style>
background-color css
<style>
a { background-color: #7DD290; }
a { background-color: rgb(125,210,144); }
div.DivClassName
{
background-color: #7DD290;
}
.BgClassName
{
background-color: #7DD290;
}
</style>
border-color css
<style>
span { border-color: #7DD290; }
span { border-color: rgb(125,210,144); }
td.TdClassName
{
border-color: #7DD290;
}
.TagClassName
{
border-color: #7DD290;
}
</style>