Shades of De York #7DD691
Tints of De York #7DD691
RGB
CMYK
RGB Variations
Color information
#7DD691 (or 0x7DD691) is known color: De York. HEX triplet: 7D, D6 and 91. RGB value is (125,214,145). Sum of RGB (Red+Green+Blue) = 125+214+145=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD691 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD691 is #82296E. Grayscale: #B3B3B3. Windows color (decimal): -8530287 or 9557629. OLE color: 9557629.
HSL color Cylindrical-coordinate representation of color #7DD691: hue angle of 133.48º 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 #7DD691 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 145 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.16 |
| HSL | 133.48º | 0.52% | 0.66% | - |
| HSV(B) | 133.48º | 0.42% | 0.84% | - |
| XYZ | 37.61 | 54.5 | 35.32 | - |
| YUV | 179.52 | 108.51 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 145 | 0.42 | 0 | 0.32 | 0.16 | 133.48 | 0.52 | 0.66 |
| Hex | 7D | D6 | 91 | 2A | 0 | 20 | 10 | 85 | 34 | 42 |
| Octal | 175 | 326 | 221 | 52 | 0 | 40 | 20 | 205 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10010001 | 101010 | 0 | 100000 | 10000 | 10000101 | 110100 | 1000010 |
Color Harmonies of #7DD691
Complementary color
Monochromatic Colors of #7DD691
Black with #7DD691
Text Example
Text Example
White with #7DD691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD691; }
p { color: rgb(125,214,145); }
H1.HeaderClassName
{
color: #7DD691;
}
.AnyTagClassName
{
color: #7DD691;
}
</style>
background-color css
<style>
a { background-color: #7DD691; }
a { background-color: rgb(125,214,145); }
div.DivClassName
{
background-color: #7DD691;
}
.BgClassName
{
background-color: #7DD691;
}
</style>
border-color css
<style>
span { border-color: #7DD691; }
span { border-color: rgb(125,214,145); }
td.TdClassName
{
border-color: #7DD691;
}
.TagClassName
{
border-color: #7DD691;
}
</style>