Shades of De York #7DBD85
Tints of De York #7DBD85
RGB
CMYK
RGB Variations
Color information
#7DBD85 (or 0x7DBD85) is known color: De York. HEX triplet: 7D, BD and 85. RGB value is (125,189,133). Sum of RGB (Red+Green+Blue) = 125+189+133=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBD85 is #82427A. Grayscale: #A3A3A3. Windows color (decimal): -8536699 or 8764797. OLE color: 8764797.
HSL color Cylindrical-coordinate representation of color #7DBD85: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBD85 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
RGB | 125 | 189 | 133 | - |
CMYK | 0.34 | 0 | 0.30 | 0.26 |
HSL | 127.5º | 0.33% | 0.62% | - |
HSV(B) | 127.5º | 0.34% | 0.74% | - |
XYZ | 30.89 | 42.45 | 28.76 | - |
YUV | 163.48 | 110.8 | 100.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 189 | 133 | 0.34 | 0 | 0.30 | 0.26 | 127.5 | 0.33 | 0.62 |
Hex | 7D | BD | 85 | 22 | 0 | 1E | 1A | 80 | 21 | 3E |
Octal | 175 | 275 | 205 | 42 | 0 | 36 | 32 | 200 | 41 | 76 |
Binary | 1111101 | 10111101 | 10000101 | 100010 | 0 | 11110 | 11010 | 10000000 | 100001 | 111110 |
Color Harmonies of #7DBD85
Complementary color
Monochromatic Colors of #7DBD85
Black with #7DBD85
Text Example
Text Example
White with #7DBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD85; }
p { color: rgb(125,189,133); }
H1.HeaderClassName
{
color: #7DBD85;
}
.AnyTagClassName
{
color: #7DBD85;
}
</style>
background-color css
<style>
a { background-color: #7DBD85; }
a { background-color: rgb(125,189,133); }
div.DivClassName
{
background-color: #7DBD85;
}
.BgClassName
{
background-color: #7DBD85;
}
</style>
border-color css
<style>
span { border-color: #7DBD85; }
span { border-color: rgb(125,189,133); }
td.TdClassName
{
border-color: #7DBD85;
}
.TagClassName
{
border-color: #7DBD85;
}
</style>