Shades of De York #7DD291
Tints of De York #7DD291
RGB
CMYK
RGB Variations
Color information
#7DD291 (or 0x7DD291) is known color: De York. HEX triplet: 7D, D2 and 91. RGB value is (125,210,145). Sum of RGB (Red+Green+Blue) = 125+210+145=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD291 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD291 is #822D6E. Grayscale: #B1B1B1. Windows color (decimal): -8531311 or 9556605. OLE color: 9556605.
HSL color Cylindrical-coordinate representation of color #7DD291: hue angle of 134.12º 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 #7DD291 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 145 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.18 |
| HSL | 134.12º | 0.49% | 0.66% | - |
| HSV(B) | 134.12º | 0.4% | 0.82% | - |
| XYZ | 36.61 | 52.5 | 34.99 | - |
| YUV | 177.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 145 | 0.40 | 0 | 0.31 | 0.18 | 134.12 | 0.49 | 0.66 |
| Hex | 7D | D2 | 91 | 28 | 0 | 1F | 12 | 86 | 31 | 42 |
| Octal | 175 | 322 | 221 | 50 | 0 | 37 | 22 | 206 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10010001 | 101000 | 0 | 11111 | 10010 | 10000110 | 110001 | 1000010 |
Color Harmonies of #7DD291
Complementary color
Monochromatic Colors of #7DD291
Black with #7DD291
Text Example
Text Example
White with #7DD291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD291; }
p { color: rgb(125,210,145); }
H1.HeaderClassName
{
color: #7DD291;
}
.AnyTagClassName
{
color: #7DD291;
}
</style>
background-color css
<style>
a { background-color: #7DD291; }
a { background-color: rgb(125,210,145); }
div.DivClassName
{
background-color: #7DD291;
}
.BgClassName
{
background-color: #7DD291;
}
</style>
border-color css
<style>
span { border-color: #7DD291; }
span { border-color: rgb(125,210,145); }
td.TdClassName
{
border-color: #7DD291;
}
.TagClassName
{
border-color: #7DD291;
}
</style>