Shades of De York #7DCD85
Tints of De York #7DCD85
RGB
CMYK
RGB Variations
Color information
#7DCD85 (or 0x7DCD85) is known color: De York. HEX triplet: 7D, CD and 85. RGB value is (125,205,133). Sum of RGB (Red+Green+Blue) = 125+205+133=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD85 is #82327A. Grayscale: #ADADAD. Windows color (decimal): -8532603 or 8768893. OLE color: 8768893.
HSL color Cylindrical-coordinate representation of color #7DCD85: hue angle of 126º 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 #7DCD85 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 133 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.20 |
| HSL | 126º | 0.44% | 0.65% | - |
| HSV(B) | 126º | 0.39% | 0.8% | - |
| XYZ | 34.52 | 49.72 | 29.97 | - |
| YUV | 172.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 133 | 0.39 | 0 | 0.35 | 0.20 | 126 | 0.44 | 0.65 |
| Hex | 7D | CD | 85 | 27 | 0 | 23 | 14 | 7E | 2C | 41 |
| Octal | 175 | 315 | 205 | 47 | 0 | 43 | 24 | 176 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10000101 | 100111 | 0 | 100011 | 10100 | 1111110 | 101100 | 1000001 |
Color Harmonies of #7DCD85
Complementary color
Monochromatic Colors of #7DCD85
Black with #7DCD85
Text Example
Text Example
White with #7DCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD85; }
p { color: rgb(125,205,133); }
H1.HeaderClassName
{
color: #7DCD85;
}
.AnyTagClassName
{
color: #7DCD85;
}
</style>
background-color css
<style>
a { background-color: #7DCD85; }
a { background-color: rgb(125,205,133); }
div.DivClassName
{
background-color: #7DCD85;
}
.BgClassName
{
background-color: #7DCD85;
}
</style>
border-color css
<style>
span { border-color: #7DCD85; }
span { border-color: rgb(125,205,133); }
td.TdClassName
{
border-color: #7DCD85;
}
.TagClassName
{
border-color: #7DCD85;
}
</style>