Shades of De York #7DBD81
Tints of De York #7DBD81
RGB
CMYK
RGB Variations
Color information
#7DBD81 (or 0x7DBD81) is known color: De York. HEX triplet: 7D, BD and 81. RGB value is (125,189,129). Sum of RGB (Red+Green+Blue) = 125+189+129=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBD81 is #82427E. Grayscale: #A3A3A3. Windows color (decimal): -8536703 or 8502653. OLE color: 8502653.
HSL color Cylindrical-coordinate representation of color #7DBD81: hue angle of 123.75º 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 #7DBD81 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 129 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.26 |
| HSL | 123.75º | 0.33% | 0.62% | - |
| HSV(B) | 123.75º | 0.34% | 0.74% | - |
| XYZ | 30.62 | 42.34 | 27.33 | - |
| YUV | 163.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 129 | 0.34 | 0 | 0.32 | 0.26 | 123.75 | 0.33 | 0.62 |
| Hex | 7D | BD | 81 | 22 | 0 | 20 | 1A | 7C | 21 | 3E |
| Octal | 175 | 275 | 201 | 42 | 0 | 40 | 32 | 174 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10000001 | 100010 | 0 | 100000 | 11010 | 1111100 | 100001 | 111110 |
Color Harmonies of #7DBD81
Complementary color
Monochromatic Colors of #7DBD81
Black with #7DBD81
Text Example
Text Example
White with #7DBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD81; }
p { color: rgb(125,189,129); }
H1.HeaderClassName
{
color: #7DBD81;
}
.AnyTagClassName
{
color: #7DBD81;
}
</style>
background-color css
<style>
a { background-color: #7DBD81; }
a { background-color: rgb(125,189,129); }
div.DivClassName
{
background-color: #7DBD81;
}
.BgClassName
{
background-color: #7DBD81;
}
</style>
border-color css
<style>
span { border-color: #7DBD81; }
span { border-color: rgb(125,189,129); }
td.TdClassName
{
border-color: #7DBD81;
}
.TagClassName
{
border-color: #7DBD81;
}
</style>