Shades of De York #7DCA80
Tints of De York #7DCA80
RGB
CMYK
RGB Variations
Color information
#7DCA80 (or 0x7DCA80) is known color: De York. HEX triplet: 7D, CA and 80. RGB value is (125,202,128). Sum of RGB (Red+Green+Blue) = 125+202+128=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA80 is #82357F. Grayscale: #AAAAAA. Windows color (decimal): -8533376 or 8440445. OLE color: 8440445.
HSL color Cylindrical-coordinate representation of color #7DCA80: hue angle of 122.34º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCA80 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 128 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.21 |
| HSL | 122.34º | 0.42% | 0.64% | - |
| HSV(B) | 122.34º | 0.38% | 0.79% | - |
| XYZ | 33.47 | 48.16 | 27.95 | - |
| YUV | 170.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 128 | 0.38 | 0 | 0.37 | 0.21 | 122.34 | 0.42 | 0.64 |
| Hex | 7D | CA | 80 | 26 | 0 | 25 | 15 | 7A | 2A | 40 |
| Octal | 175 | 312 | 200 | 46 | 0 | 45 | 25 | 172 | 52 | 100 |
| Binary | 1111101 | 11001010 | 10000000 | 100110 | 0 | 100101 | 10101 | 1111010 | 101010 | 1000000 |
Color Harmonies of #7DCA80
Complementary color
Monochromatic Colors of #7DCA80
Black with #7DCA80
Text Example
Text Example
White with #7DCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCA80; }
p { color: rgb(125,202,128); }
H1.HeaderClassName
{
color: #7DCA80;
}
.AnyTagClassName
{
color: #7DCA80;
}
</style>
background-color css
<style>
a { background-color: #7DCA80; }
a { background-color: rgb(125,202,128); }
div.DivClassName
{
background-color: #7DCA80;
}
.BgClassName
{
background-color: #7DCA80;
}
</style>
border-color css
<style>
span { border-color: #7DCA80; }
span { border-color: rgb(125,202,128); }
td.TdClassName
{
border-color: #7DCA80;
}
.TagClassName
{
border-color: #7DCA80;
}
</style>