Shades of De York #76C57D
Tints of De York #76C57D
RGB
CMYK
RGB Variations
Color information
#76C57D (or 0x76C57D) is known color: De York. HEX triplet: 76, C5 and 7D. RGB value is (118,197,125). Sum of RGB (Red+Green+Blue) = 118+197+125=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #76C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C57D is #893A82. Grayscale: #A5A5A5. Windows color (decimal): -8993411 or 8242550. OLE color: 8242550.
HSL color Cylindrical-coordinate representation of color #76C57D: hue angle of 125.32º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C57D is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 125 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.23 |
| HSL | 125.32º | 0.41% | 0.62% | - |
| HSV(B) | 125.32º | 0.4% | 0.77% | - |
| XYZ | 31.14 | 45.26 | 26.5 | - |
| YUV | 165.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 125 | 0.40 | 0 | 0.37 | 0.23 | 125.32 | 0.41 | 0.62 |
| Hex | 76 | C5 | 7D | 28 | 0 | 25 | 17 | 7D | 29 | 3E |
| Octal | 166 | 305 | 175 | 50 | 0 | 45 | 27 | 175 | 51 | 76 |
| Binary | 1110110 | 11000101 | 1111101 | 101000 | 0 | 100101 | 10111 | 1111101 | 101001 | 111110 |
Color Harmonies of #76C57D
Complementary color
Monochromatic Colors of #76C57D
Black with #76C57D
Text Example
Text Example
White with #76C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C57D; }
p { color: rgb(118,197,125); }
H1.HeaderClassName
{
color: #76C57D;
}
.AnyTagClassName
{
color: #76C57D;
}
</style>
background-color css
<style>
a { background-color: #76C57D; }
a { background-color: rgb(118,197,125); }
div.DivClassName
{
background-color: #76C57D;
}
.BgClassName
{
background-color: #76C57D;
}
</style>
border-color css
<style>
span { border-color: #76C57D; }
span { border-color: rgb(118,197,125); }
td.TdClassName
{
border-color: #76C57D;
}
.TagClassName
{
border-color: #76C57D;
}
</style>