Shades of De York #7DD088
Tints of De York #7DD088
RGB
CMYK
RGB Variations
Color information
#7DD088 (or 0x7DD088) is known color: De York. HEX triplet: 7D, D0 and 88. RGB value is (125,208,136). Sum of RGB (Red+Green+Blue) = 125+208+136=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD088 is #822F77. Grayscale: #AFAFAF. Windows color (decimal): -8531832 or 8966269. OLE color: 8966269.
HSL color Cylindrical-coordinate representation of color #7DD088: hue angle of 127.95º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD088 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 136 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.18 |
| HSL | 127.95º | 0.47% | 0.65% | - |
| HSV(B) | 127.95º | 0.4% | 0.82% | - |
| XYZ | 35.46 | 51.25 | 31.32 | - |
| YUV | 174.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 136 | 0.40 | 0 | 0.35 | 0.18 | 127.95 | 0.47 | 0.65 |
| Hex | 7D | D0 | 88 | 28 | 0 | 23 | 12 | 80 | 2F | 41 |
| Octal | 175 | 320 | 210 | 50 | 0 | 43 | 22 | 200 | 57 | 101 |
| Binary | 1111101 | 11010000 | 10001000 | 101000 | 0 | 100011 | 10010 | 10000000 | 101111 | 1000001 |
Color Harmonies of #7DD088
Complementary color
Monochromatic Colors of #7DD088
Black with #7DD088
Text Example
Text Example
White with #7DD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD088; }
p { color: rgb(125,208,136); }
H1.HeaderClassName
{
color: #7DD088;
}
.AnyTagClassName
{
color: #7DD088;
}
</style>
background-color css
<style>
a { background-color: #7DD088; }
a { background-color: rgb(125,208,136); }
div.DivClassName
{
background-color: #7DD088;
}
.BgClassName
{
background-color: #7DD088;
}
</style>
border-color css
<style>
span { border-color: #7DD088; }
span { border-color: rgb(125,208,136); }
td.TdClassName
{
border-color: #7DD088;
}
.TagClassName
{
border-color: #7DD088;
}
</style>