Shades of De York #7DCA77
Tints of De York #7DCA77
RGB
CMYK
RGB Variations
Color information
#7DCA77 (or 0x7DCA77) is known color: De York. HEX triplet: 7D, CA and 77. RGB value is (125,202,119). Sum of RGB (Red+Green+Blue) = 125+202+119=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA77 is #823588. Grayscale: #A9A9A9. Windows color (decimal): -8533385 or 7850621. OLE color: 7850621.
HSL color Cylindrical-coordinate representation of color #7DCA77: hue angle of 115.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DCA77 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 119 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.21 |
| HSL | 115.66º | 0.44% | 0.63% | - |
| HSV(B) | 115.66º | 0.41% | 0.79% | - |
| XYZ | 32.91 | 47.93 | 24.97 | - |
| YUV | 169.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 119 | 0.38 | 0 | 0.41 | 0.21 | 115.66 | 0.44 | 0.63 |
| Hex | 7D | CA | 77 | 26 | 0 | 29 | 15 | 74 | 2C | 3F |
| Octal | 175 | 312 | 167 | 46 | 0 | 51 | 25 | 164 | 54 | 77 |
| Binary | 1111101 | 11001010 | 1110111 | 100110 | 0 | 101001 | 10101 | 1110100 | 101100 | 111111 |
Color Harmonies of #7DCA77
Complementary color
Monochromatic Colors of #7DCA77
Black with #7DCA77
Text Example
Text Example
White with #7DCA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCA77; }
p { color: rgb(125,202,119); }
H1.HeaderClassName
{
color: #7DCA77;
}
.AnyTagClassName
{
color: #7DCA77;
}
</style>
background-color css
<style>
a { background-color: #7DCA77; }
a { background-color: rgb(125,202,119); }
div.DivClassName
{
background-color: #7DCA77;
}
.BgClassName
{
background-color: #7DCA77;
}
</style>
border-color css
<style>
span { border-color: #7DCA77; }
span { border-color: rgb(125,202,119); }
td.TdClassName
{
border-color: #7DCA77;
}
.TagClassName
{
border-color: #7DCA77;
}
</style>