Shades of De York #7DBE86
Tints of De York #7DBE86
RGB
CMYK
RGB Variations
Color information
#7DBE86 (or 0x7DBE86) is known color: De York. HEX triplet: 7D, BE and 86. RGB value is (125,190,134). Sum of RGB (Red+Green+Blue) = 125+190+134=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE86 is #824179. Grayscale: #A4A4A4. Windows color (decimal): -8536442 or 8830589. OLE color: 8830589.
HSL color Cylindrical-coordinate representation of color #7DBE86: hue angle of 128.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE86 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 134 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.25 |
| HSL | 128.31º | 0.33% | 0.62% | - |
| HSV(B) | 128.31º | 0.34% | 0.75% | - |
| XYZ | 31.17 | 42.91 | 29.19 | - |
| YUV | 164.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 134 | 0.34 | 0 | 0.29 | 0.25 | 128.31 | 0.33 | 0.62 |
| Hex | 7D | BE | 86 | 22 | 0 | 1D | 19 | 80 | 21 | 3E |
| Octal | 175 | 276 | 206 | 42 | 0 | 35 | 31 | 200 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10000110 | 100010 | 0 | 11101 | 11001 | 10000000 | 100001 | 111110 |
Color Harmonies of #7DBE86
Complementary color
Monochromatic Colors of #7DBE86
Black with #7DBE86
Text Example
Text Example
White with #7DBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE86; }
p { color: rgb(125,190,134); }
H1.HeaderClassName
{
color: #7DBE86;
}
.AnyTagClassName
{
color: #7DBE86;
}
</style>
background-color css
<style>
a { background-color: #7DBE86; }
a { background-color: rgb(125,190,134); }
div.DivClassName
{
background-color: #7DBE86;
}
.BgClassName
{
background-color: #7DBE86;
}
</style>
border-color css
<style>
span { border-color: #7DBE86; }
span { border-color: rgb(125,190,134); }
td.TdClassName
{
border-color: #7DBE86;
}
.TagClassName
{
border-color: #7DBE86;
}
</style>