Shades of De York #7DBF80
Tints of De York #7DBF80
RGB
CMYK
RGB Variations
Color information
#7DBF80 (or 0x7DBF80) is known color: De York. HEX triplet: 7D, BF and 80. RGB value is (125,191,128). Sum of RGB (Red+Green+Blue) = 125+191+128=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF80 is #82407F. Grayscale: #A4A4A4. Windows color (decimal): -8536192 or 8437629. OLE color: 8437629.
HSL color Cylindrical-coordinate representation of color #7DBF80: hue angle of 122.73º 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 #7DBF80 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 128 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.25 |
| HSL | 122.73º | 0.34% | 0.62% | - |
| HSV(B) | 122.73º | 0.35% | 0.75% | - |
| XYZ | 30.98 | 43.18 | 27.12 | - |
| YUV | 164.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 128 | 0.35 | 0 | 0.33 | 0.25 | 122.73 | 0.34 | 0.62 |
| Hex | 7D | BF | 80 | 23 | 0 | 21 | 19 | 7B | 22 | 3E |
| Octal | 175 | 277 | 200 | 43 | 0 | 41 | 31 | 173 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10000000 | 100011 | 0 | 100001 | 11001 | 1111011 | 100010 | 111110 |
Color Harmonies of #7DBF80
Complementary color
Monochromatic Colors of #7DBF80
Black with #7DBF80
Text Example
Text Example
White with #7DBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF80; }
p { color: rgb(125,191,128); }
H1.HeaderClassName
{
color: #7DBF80;
}
.AnyTagClassName
{
color: #7DBF80;
}
</style>
background-color css
<style>
a { background-color: #7DBF80; }
a { background-color: rgb(125,191,128); }
div.DivClassName
{
background-color: #7DBF80;
}
.BgClassName
{
background-color: #7DBF80;
}
</style>
border-color css
<style>
span { border-color: #7DBF80; }
span { border-color: rgb(125,191,128); }
td.TdClassName
{
border-color: #7DBF80;
}
.TagClassName
{
border-color: #7DBF80;
}
</style>