Shades of De York #7DBC7B
Tints of De York #7DBC7B
RGB
CMYK
RGB Variations
Color information
#7DBC7B (or 0x7DBC7B) is known color: De York. HEX triplet: 7D, BC and 7B. RGB value is (125,188,123). Sum of RGB (Red+Green+Blue) = 125+188+123=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC7B is #824384. Grayscale: #A1A1A1. Windows color (decimal): -8536965 or 8109181. OLE color: 8109181.
HSL color Cylindrical-coordinate representation of color #7DBC7B: hue angle of 118.15º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBC7B is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 123 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.26 |
| HSL | 118.15º | 0.33% | 0.61% | - |
| HSV(B) | 118.15º | 0.35% | 0.74% | - |
| XYZ | 30.02 | 41.76 | 25.22 | - |
| YUV | 161.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 123 | 0.34 | 0 | 0.35 | 0.26 | 118.15 | 0.33 | 0.61 |
| Hex | 7D | BC | 7B | 22 | 0 | 23 | 1A | 76 | 21 | 3D |
| Octal | 175 | 274 | 173 | 42 | 0 | 43 | 32 | 166 | 41 | 75 |
| Binary | 1111101 | 10111100 | 1111011 | 100010 | 0 | 100011 | 11010 | 1110110 | 100001 | 111101 |
Color Harmonies of #7DBC7B
Complementary color
Monochromatic Colors of #7DBC7B
Black with #7DBC7B
Text Example
Text Example
White with #7DBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC7B; }
p { color: rgb(125,188,123); }
H1.HeaderClassName
{
color: #7DBC7B;
}
.AnyTagClassName
{
color: #7DBC7B;
}
</style>
background-color css
<style>
a { background-color: #7DBC7B; }
a { background-color: rgb(125,188,123); }
div.DivClassName
{
background-color: #7DBC7B;
}
.BgClassName
{
background-color: #7DBC7B;
}
</style>
border-color css
<style>
span { border-color: #7DBC7B; }
span { border-color: rgb(125,188,123); }
td.TdClassName
{
border-color: #7DBC7B;
}
.TagClassName
{
border-color: #7DBC7B;
}
</style>