Shades of De York #7DD597
Tints of De York #7DD597
RGB
CMYK
RGB Variations
Color information
#7DD597 (or 0x7DD597) is known color: De York. HEX triplet: 7D, D5 and 97. RGB value is (125,213,151). Sum of RGB (Red+Green+Blue) = 125+213+151=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD597 is #822A68. Grayscale: #B3B3B3. Windows color (decimal): -8530537 or 9950589. OLE color: 9950589.
HSL color Cylindrical-coordinate representation of color #7DD597: hue angle of 137.73º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD597 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 151 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.16 |
| HSL | 137.73º | 0.51% | 0.66% | - |
| HSV(B) | 137.73º | 0.41% | 0.84% | - |
| XYZ | 37.84 | 54.18 | 37.74 | - |
| YUV | 179.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 151 | 0.41 | 0 | 0.29 | 0.16 | 137.73 | 0.51 | 0.66 |
| Hex | 7D | D5 | 97 | 29 | 0 | 1D | 10 | 8A | 33 | 42 |
| Octal | 175 | 325 | 227 | 51 | 0 | 35 | 20 | 212 | 63 | 102 |
| Binary | 1111101 | 11010101 | 10010111 | 101001 | 0 | 11101 | 10000 | 10001010 | 110011 | 1000010 |
Color Harmonies of #7DD597
Complementary color
Monochromatic Colors of #7DD597
Black with #7DD597
Text Example
Text Example
White with #7DD597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD597; }
p { color: rgb(125,213,151); }
H1.HeaderClassName
{
color: #7DD597;
}
.AnyTagClassName
{
color: #7DD597;
}
</style>
background-color css
<style>
a { background-color: #7DD597; }
a { background-color: rgb(125,213,151); }
div.DivClassName
{
background-color: #7DD597;
}
.BgClassName
{
background-color: #7DD597;
}
</style>
border-color css
<style>
span { border-color: #7DD597; }
span { border-color: rgb(125,213,151); }
td.TdClassName
{
border-color: #7DD597;
}
.TagClassName
{
border-color: #7DD597;
}
</style>