Shades of De York #7DBF7D
Tints of De York #7DBF7D
RGB
CMYK
RGB Variations
Color information
#7DBF7D (or 0x7DBF7D) is known color: De York. HEX triplet: 7D, BF and 7D. RGB value is (125,191,125). Sum of RGB (Red+Green+Blue) = 125+191+125=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF7D is #824082. Grayscale: #A3A3A3. Windows color (decimal): -8536195 or 8241021. OLE color: 8241021.
HSL color Cylindrical-coordinate representation of color #7DBF7D: hue angle of 120º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF7D is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 125 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.25 |
| HSL | 120º | 0.34% | 0.62% | - |
| HSV(B) | 120º | 0.35% | 0.75% | - |
| XYZ | 30.79 | 43.1 | 26.1 | - |
| YUV | 163.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 125 | 0.35 | 0 | 0.35 | 0.25 | 120 | 0.34 | 0.62 |
| Hex | 7D | BF | 7D | 23 | 0 | 23 | 19 | 78 | 22 | 3E |
| Octal | 175 | 277 | 175 | 43 | 0 | 43 | 31 | 170 | 42 | 76 |
| Binary | 1111101 | 10111111 | 1111101 | 100011 | 0 | 100011 | 11001 | 1111000 | 100010 | 111110 |
Color Harmonies of #7DBF7D
Complementary color
Monochromatic Colors of #7DBF7D
Black with #7DBF7D
Text Example
Text Example
White with #7DBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF7D; }
p { color: rgb(125,191,125); }
H1.HeaderClassName
{
color: #7DBF7D;
}
.AnyTagClassName
{
color: #7DBF7D;
}
</style>
background-color css
<style>
a { background-color: #7DBF7D; }
a { background-color: rgb(125,191,125); }
div.DivClassName
{
background-color: #7DBF7D;
}
.BgClassName
{
background-color: #7DBF7D;
}
</style>
border-color css
<style>
span { border-color: #7DBF7D; }
span { border-color: rgb(125,191,125); }
td.TdClassName
{
border-color: #7DBF7D;
}
.TagClassName
{
border-color: #7DBF7D;
}
</style>