Shades of De York #7DBE85
Tints of De York #7DBE85
RGB
CMYK
RGB Variations
Color information
#7DBE85 (or 0x7DBE85) is known color: De York. HEX triplet: 7D, BE and 85. RGB value is (125,190,133). Sum of RGB (Red+Green+Blue) = 125+190+133=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE85 is #82417A. Grayscale: #A4A4A4. Windows color (decimal): -8536443 or 8765053. OLE color: 8765053.
HSL color Cylindrical-coordinate representation of color #7DBE85: hue angle of 127.38º 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 #7DBE85 is Cyan = 0.34, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 133 | - |
| CMYK | 0.34 | 0 | 0.3 | 0.25 |
| HSL | 127.38º | 0.33% | 0.62% | - |
| HSV(B) | 127.38º | 0.34% | 0.75% | - |
| XYZ | 31.1 | 42.88 | 28.83 | - |
| YUV | 164.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 133 | 0.34 | 0 | 0.3 | 0.25 | 127.38 | 0.33 | 0.62 |
| Hex | 7D | BE | 85 | 22 | 0 | 1E | 19 | 7F | 21 | 3E |
| Octal | 175 | 276 | 205 | 42 | 0 | 36 | 31 | 177 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10000101 | 100010 | 0 | 11110 | 11001 | 1111111 | 100001 | 111110 |
Color Harmonies of #7DBE85
Complementary color
Monochromatic Colors of #7DBE85
Black with #7DBE85
Text Example
Text Example
White with #7DBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE85; }
p { color: rgb(125,190,133); }
H1.HeaderClassName
{
color: #7DBE85;
}
.AnyTagClassName
{
color: #7DBE85;
}
</style>
background-color css
<style>
a { background-color: #7DBE85; }
a { background-color: rgb(125,190,133); }
div.DivClassName
{
background-color: #7DBE85;
}
.BgClassName
{
background-color: #7DBE85;
}
</style>
border-color css
<style>
span { border-color: #7DBE85; }
span { border-color: rgb(125,190,133); }
td.TdClassName
{
border-color: #7DBE85;
}
.TagClassName
{
border-color: #7DBE85;
}
</style>