Shades of De York #7DDB89
Tints of De York #7DDB89
RGB
CMYK
RGB Variations
Color information
#7DDB89 (or 0x7DDB89) is known color: De York. HEX triplet: 7D, DB and 89. RGB value is (125,219,137). Sum of RGB (Red+Green+Blue) = 125+219+137=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB89 is #822476. Grayscale: #B5B5B5. Windows color (decimal): -8529015 or 9034621. OLE color: 9034621.
HSL color Cylindrical-coordinate representation of color #7DDB89: hue angle of 127.66º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB89 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 137 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.14 |
| HSL | 127.66º | 0.57% | 0.67% | - |
| HSV(B) | 127.66º | 0.43% | 0.86% | - |
| XYZ | 38.3 | 56.83 | 32.62 | - |
| YUV | 181.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 137 | 0.43 | 0 | 0.37 | 0.14 | 127.66 | 0.57 | 0.67 |
| Hex | 7D | DB | 89 | 2B | 0 | 25 | E | 80 | 39 | 43 |
| Octal | 175 | 333 | 211 | 53 | 0 | 45 | 16 | 200 | 71 | 103 |
| Binary | 1111101 | 11011011 | 10001001 | 101011 | 0 | 100101 | 1110 | 10000000 | 111001 | 1000011 |
Color Harmonies of #7DDB89
Complementary color
Monochromatic Colors of #7DDB89
Black with #7DDB89
Text Example
Text Example
White with #7DDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB89; }
p { color: rgb(125,219,137); }
H1.HeaderClassName
{
color: #7DDB89;
}
.AnyTagClassName
{
color: #7DDB89;
}
</style>
background-color css
<style>
a { background-color: #7DDB89; }
a { background-color: rgb(125,219,137); }
div.DivClassName
{
background-color: #7DDB89;
}
.BgClassName
{
background-color: #7DDB89;
}
</style>
border-color css
<style>
span { border-color: #7DDB89; }
span { border-color: rgb(125,219,137); }
td.TdClassName
{
border-color: #7DDB89;
}
.TagClassName
{
border-color: #7DDB89;
}
</style>