Shades of De York #7DBF89
Tints of De York #7DBF89
RGB
CMYK
RGB Variations
Color information
#7DBF89 (or 0x7DBF89) is known color: De York. HEX triplet: 7D, BF and 89. RGB value is (125,191,137). Sum of RGB (Red+Green+Blue) = 125+191+137=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF89 is #824076. Grayscale: #A5A5A5. Windows color (decimal): -8536183 or 9027453. OLE color: 9027453.
HSL color Cylindrical-coordinate representation of color #7DBF89: hue angle of 130.91º 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 #7DBF89 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 137 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.25 |
| HSL | 130.91º | 0.34% | 0.62% | - |
| HSV(B) | 130.91º | 0.35% | 0.75% | - |
| XYZ | 31.6 | 43.43 | 30.38 | - |
| YUV | 165.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 137 | 0.35 | 0 | 0.28 | 0.25 | 130.91 | 0.34 | 0.62 |
| Hex | 7D | BF | 89 | 23 | 0 | 1C | 19 | 83 | 22 | 3E |
| Octal | 175 | 277 | 211 | 43 | 0 | 34 | 31 | 203 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10001001 | 100011 | 0 | 11100 | 11001 | 10000011 | 100010 | 111110 |
Color Harmonies of #7DBF89
Complementary color
Monochromatic Colors of #7DBF89
Black with #7DBF89
Text Example
Text Example
White with #7DBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF89; }
p { color: rgb(125,191,137); }
H1.HeaderClassName
{
color: #7DBF89;
}
.AnyTagClassName
{
color: #7DBF89;
}
</style>
background-color css
<style>
a { background-color: #7DBF89; }
a { background-color: rgb(125,191,137); }
div.DivClassName
{
background-color: #7DBF89;
}
.BgClassName
{
background-color: #7DBF89;
}
</style>
border-color css
<style>
span { border-color: #7DBF89; }
span { border-color: rgb(125,191,137); }
td.TdClassName
{
border-color: #7DBF89;
}
.TagClassName
{
border-color: #7DBF89;
}
</style>