Shades of De York #7DBD7D
Tints of De York #7DBD7D
RGB
CMYK
RGB Variations
Color information
#7DBD7D (or 0x7DBD7D) is known color: De York. HEX triplet: 7D, BD and 7D. RGB value is (125,189,125). Sum of RGB (Red+Green+Blue) = 125+189+125=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD7D is #824282. Grayscale: #A2A2A2. Windows color (decimal): -8536707 or 8240509. OLE color: 8240509.
HSL color Cylindrical-coordinate representation of color #7DBD7D: hue angle of 120º 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 #7DBD7D is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
RGB | 125 | 189 | 125 | - |
CMYK | 0.34 | 0 | 0.34 | 0.26 |
HSL | 120º | 0.33% | 0.62% | - |
HSV(B) | 120º | 0.34% | 0.74% | - |
XYZ | 30.36 | 42.24 | 25.95 | - |
YUV | 162.57 | 106.8 | 101.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 189 | 125 | 0.34 | 0 | 0.34 | 0.26 | 120 | 0.33 | 0.62 |
Hex | 7D | BD | 7D | 22 | 0 | 22 | 1A | 78 | 21 | 3E |
Octal | 175 | 275 | 175 | 42 | 0 | 42 | 32 | 170 | 41 | 76 |
Binary | 1111101 | 10111101 | 1111101 | 100010 | 0 | 100010 | 11010 | 1111000 | 100001 | 111110 |
Color Harmonies of #7DBD7D
Complementary color
Monochromatic Colors of #7DBD7D
Black with #7DBD7D
Text Example
Text Example
White with #7DBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD7D; }
p { color: rgb(125,189,125); }
H1.HeaderClassName
{
color: #7DBD7D;
}
.AnyTagClassName
{
color: #7DBD7D;
}
</style>
background-color css
<style>
a { background-color: #7DBD7D; }
a { background-color: rgb(125,189,125); }
div.DivClassName
{
background-color: #7DBD7D;
}
.BgClassName
{
background-color: #7DBD7D;
}
</style>
border-color css
<style>
span { border-color: #7DBD7D; }
span { border-color: rgb(125,189,125); }
td.TdClassName
{
border-color: #7DBD7D;
}
.TagClassName
{
border-color: #7DBD7D;
}
</style>