Shades of De York #7DD98F
Tints of De York #7DD98F
RGB
CMYK
RGB Variations
Color information
#7DD98F (or 0x7DD98F) is known color: De York. HEX triplet: 7D, D9 and 8F. RGB value is (125,217,143). Sum of RGB (Red+Green+Blue) = 125+217+143=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD98F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD98F is #822670. Grayscale: #B5B5B5. Windows color (decimal): -8529521 or 9427325. OLE color: 9427325.
HSL color Cylindrical-coordinate representation of color #7DD98F: hue angle of 131.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD98F is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 143 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.15 |
| HSL | 131.74º | 0.55% | 0.67% | - |
| HSV(B) | 131.74º | 0.42% | 0.85% | - |
| XYZ | 38.23 | 55.97 | 34.77 | - |
| YUV | 181.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 143 | 0.42 | 0 | 0.34 | 0.15 | 131.74 | 0.55 | 0.67 |
| Hex | 7D | D9 | 8F | 2A | 0 | 22 | F | 84 | 37 | 43 |
| Octal | 175 | 331 | 217 | 52 | 0 | 42 | 17 | 204 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10001111 | 101010 | 0 | 100010 | 1111 | 10000100 | 110111 | 1000011 |
Color Harmonies of #7DD98F
Complementary color
Monochromatic Colors of #7DD98F
Black with #7DD98F
Text Example
Text Example
White with #7DD98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD98F; }
p { color: rgb(125,217,143); }
H1.HeaderClassName
{
color: #7DD98F;
}
.AnyTagClassName
{
color: #7DD98F;
}
</style>
background-color css
<style>
a { background-color: #7DD98F; }
a { background-color: rgb(125,217,143); }
div.DivClassName
{
background-color: #7DD98F;
}
.BgClassName
{
background-color: #7DD98F;
}
</style>
border-color css
<style>
span { border-color: #7DD98F; }
span { border-color: rgb(125,217,143); }
td.TdClassName
{
border-color: #7DD98F;
}
.TagClassName
{
border-color: #7DD98F;
}
</style>