Shades of De York #7DD688
Tints of De York #7DD688
RGB
CMYK
RGB Variations
Color information
#7DD688 (or 0x7DD688) is known color: De York. HEX triplet: 7D, D6 and 88. RGB value is (125,214,136). Sum of RGB (Red+Green+Blue) = 125+214+136=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD688 is #822977. Grayscale: #B2B2B2. Windows color (decimal): -8530296 or 8967805. OLE color: 8967805.
HSL color Cylindrical-coordinate representation of color #7DD688: hue angle of 127.42º 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 #7DD688 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 136 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.16 |
| HSL | 127.42º | 0.52% | 0.66% | - |
| HSV(B) | 127.42º | 0.42% | 0.84% | - |
| XYZ | 36.95 | 54.23 | 31.81 | - |
| YUV | 178.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 136 | 0.42 | 0 | 0.36 | 0.16 | 127.42 | 0.52 | 0.66 |
| Hex | 7D | D6 | 88 | 2A | 0 | 24 | 10 | 7F | 34 | 42 |
| Octal | 175 | 326 | 210 | 52 | 0 | 44 | 20 | 177 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10001000 | 101010 | 0 | 100100 | 10000 | 1111111 | 110100 | 1000010 |
Color Harmonies of #7DD688
Complementary color
Monochromatic Colors of #7DD688
Black with #7DD688
Text Example
Text Example
White with #7DD688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD688; }
p { color: rgb(125,214,136); }
H1.HeaderClassName
{
color: #7DD688;
}
.AnyTagClassName
{
color: #7DD688;
}
</style>
background-color css
<style>
a { background-color: #7DD688; }
a { background-color: rgb(125,214,136); }
div.DivClassName
{
background-color: #7DD688;
}
.BgClassName
{
background-color: #7DD688;
}
</style>
border-color css
<style>
span { border-color: #7DD688; }
span { border-color: rgb(125,214,136); }
td.TdClassName
{
border-color: #7DD688;
}
.TagClassName
{
border-color: #7DD688;
}
</style>