Shades of De York #7DCD86
Tints of De York #7DCD86
RGB
CMYK
RGB Variations
Color information
#7DCD86 (or 0x7DCD86) is known color: De York. HEX triplet: 7D, CD and 86. RGB value is (125,205,134). Sum of RGB (Red+Green+Blue) = 125+205+134=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD86 is #823279. Grayscale: #ADADAD. Windows color (decimal): -8532602 or 8834429. OLE color: 8834429.
HSL color Cylindrical-coordinate representation of color #7DCD86: hue angle of 126.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCD86 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 134 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.20 |
| HSL | 126.75º | 0.44% | 0.65% | - |
| HSV(B) | 126.75º | 0.39% | 0.8% | - |
| XYZ | 34.59 | 49.74 | 30.33 | - |
| YUV | 172.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 134 | 0.39 | 0 | 0.35 | 0.20 | 126.75 | 0.44 | 0.65 |
| Hex | 7D | CD | 86 | 27 | 0 | 23 | 14 | 7F | 2C | 41 |
| Octal | 175 | 315 | 206 | 47 | 0 | 43 | 24 | 177 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10000110 | 100111 | 0 | 100011 | 10100 | 1111111 | 101100 | 1000001 |
Color Harmonies of #7DCD86
Complementary color
Monochromatic Colors of #7DCD86
Black with #7DCD86
Text Example
Text Example
White with #7DCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD86; }
p { color: rgb(125,205,134); }
H1.HeaderClassName
{
color: #7DCD86;
}
.AnyTagClassName
{
color: #7DCD86;
}
</style>
background-color css
<style>
a { background-color: #7DCD86; }
a { background-color: rgb(125,205,134); }
div.DivClassName
{
background-color: #7DCD86;
}
.BgClassName
{
background-color: #7DCD86;
}
</style>
border-color css
<style>
span { border-color: #7DCD86; }
span { border-color: rgb(125,205,134); }
td.TdClassName
{
border-color: #7DCD86;
}
.TagClassName
{
border-color: #7DCD86;
}
</style>