Shades of De York #7DBE87
Tints of De York #7DBE87
RGB
CMYK
RGB Variations
Color information
#7DBE87 (or 0x7DBE87) is known color: De York. HEX triplet: 7D, BE and 87. RGB value is (125,190,135). Sum of RGB (Red+Green+Blue) = 125+190+135=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE87 is #824178. Grayscale: #A4A4A4. Windows color (decimal): -8536441 or 8896125. OLE color: 8896125.
HSL color Cylindrical-coordinate representation of color #7DBE87: hue angle of 129.23º 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 #7DBE87 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 135 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.25 |
| HSL | 129.23º | 0.33% | 0.62% | - |
| HSV(B) | 129.23º | 0.34% | 0.75% | - |
| XYZ | 31.24 | 42.94 | 29.56 | - |
| YUV | 164.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 135 | 0.34 | 0 | 0.29 | 0.25 | 129.23 | 0.33 | 0.62 |
| Hex | 7D | BE | 87 | 22 | 0 | 1D | 19 | 81 | 21 | 3E |
| Octal | 175 | 276 | 207 | 42 | 0 | 35 | 31 | 201 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10000111 | 100010 | 0 | 11101 | 11001 | 10000001 | 100001 | 111110 |
Color Harmonies of #7DBE87
Complementary color
Monochromatic Colors of #7DBE87
Black with #7DBE87
Text Example
Text Example
White with #7DBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE87; }
p { color: rgb(125,190,135); }
H1.HeaderClassName
{
color: #7DBE87;
}
.AnyTagClassName
{
color: #7DBE87;
}
</style>
background-color css
<style>
a { background-color: #7DBE87; }
a { background-color: rgb(125,190,135); }
div.DivClassName
{
background-color: #7DBE87;
}
.BgClassName
{
background-color: #7DBE87;
}
</style>
border-color css
<style>
span { border-color: #7DBE87; }
span { border-color: rgb(125,190,135); }
td.TdClassName
{
border-color: #7DBE87;
}
.TagClassName
{
border-color: #7DBE87;
}
</style>