Shades of De York #7DC785
Tints of De York #7DC785
RGB
CMYK
RGB Variations
Color information
#7DC785 (or 0x7DC785) is known color: De York. HEX triplet: 7D, C7 and 85. RGB value is (125,199,133). Sum of RGB (Red+Green+Blue) = 125+199+133=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC785 is #82387A. Grayscale: #A9A9A9. Windows color (decimal): -8534139 or 8767357. OLE color: 8767357.
HSL color Cylindrical-coordinate representation of color #7DC785: hue angle of 126.49º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC785 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 133 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.22 |
| HSL | 126.49º | 0.4% | 0.64% | - |
| HSV(B) | 126.49º | 0.37% | 0.78% | - |
| XYZ | 33.11 | 46.9 | 29.5 | - |
| YUV | 169.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 133 | 0.37 | 0 | 0.33 | 0.22 | 126.49 | 0.4 | 0.64 |
| Hex | 7D | C7 | 85 | 25 | 0 | 21 | 16 | 7E | 28 | 40 |
| Octal | 175 | 307 | 205 | 45 | 0 | 41 | 26 | 176 | 50 | 100 |
| Binary | 1111101 | 11000111 | 10000101 | 100101 | 0 | 100001 | 10110 | 1111110 | 101000 | 1000000 |
Color Harmonies of #7DC785
Complementary color
Monochromatic Colors of #7DC785
Black with #7DC785
Text Example
Text Example
White with #7DC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC785; }
p { color: rgb(125,199,133); }
H1.HeaderClassName
{
color: #7DC785;
}
.AnyTagClassName
{
color: #7DC785;
}
</style>
background-color css
<style>
a { background-color: #7DC785; }
a { background-color: rgb(125,199,133); }
div.DivClassName
{
background-color: #7DC785;
}
.BgClassName
{
background-color: #7DC785;
}
</style>
border-color css
<style>
span { border-color: #7DC785; }
span { border-color: rgb(125,199,133); }
td.TdClassName
{
border-color: #7DC785;
}
.TagClassName
{
border-color: #7DC785;
}
</style>