Shades of De York #7DBF74
Tints of De York #7DBF74
RGB
CMYK
RGB Variations
Color information
#7DBF74 (or 0x7DBF74) is known color: De York. HEX triplet: 7D, BF and 74. RGB value is (125,191,116). Sum of RGB (Red+Green+Blue) = 125+191+116=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF74 is #82408B. Grayscale: #A2A2A2. Windows color (decimal): -8536204 or 7651197. OLE color: 7651197.
HSL color Cylindrical-coordinate representation of color #7DBF74: hue angle of 112.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBF74 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 116 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.25 |
| HSL | 112.8º | 0.37% | 0.6% | - |
| HSV(B) | 112.8º | 0.39% | 0.75% | - |
| XYZ | 30.24 | 42.88 | 23.21 | - |
| YUV | 162.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 116 | 0.35 | 0 | 0.39 | 0.25 | 112.8 | 0.37 | 0.6 |
| Hex | 7D | BF | 74 | 23 | 0 | 27 | 19 | 71 | 25 | 3C |
| Octal | 175 | 277 | 164 | 43 | 0 | 47 | 31 | 161 | 45 | 74 |
| Binary | 1111101 | 10111111 | 1110100 | 100011 | 0 | 100111 | 11001 | 1110001 | 100101 | 111100 |
Color Harmonies of #7DBF74
Complementary color
Monochromatic Colors of #7DBF74
Black with #7DBF74
Text Example
Text Example
White with #7DBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF74; }
p { color: rgb(125,191,116); }
H1.HeaderClassName
{
color: #7DBF74;
}
.AnyTagClassName
{
color: #7DBF74;
}
</style>
background-color css
<style>
a { background-color: #7DBF74; }
a { background-color: rgb(125,191,116); }
div.DivClassName
{
background-color: #7DBF74;
}
.BgClassName
{
background-color: #7DBF74;
}
</style>
border-color css
<style>
span { border-color: #7DBF74; }
span { border-color: rgb(125,191,116); }
td.TdClassName
{
border-color: #7DBF74;
}
.TagClassName
{
border-color: #7DBF74;
}
</style>