Shades of De York #76C583
Tints of De York #76C583
RGB
CMYK
RGB Variations
Color information
#76C583 (or 0x76C583) is known color: De York. HEX triplet: 76, C5 and 83. RGB value is (118,197,131). Sum of RGB (Red+Green+Blue) = 118+197+131=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #76C583 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C583 is #893A7C. Grayscale: #A6A6A6. Windows color (decimal): -8993405 or 8635766. OLE color: 8635766.
HSL color Cylindrical-coordinate representation of color #76C583: hue angle of 129.87º 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 #76C583 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 131 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.23 |
| HSL | 129.87º | 0.41% | 0.62% | - |
| HSV(B) | 129.87º | 0.4% | 0.77% | - |
| XYZ | 31.53 | 45.42 | 28.58 | - |
| YUV | 165.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 131 | 0.40 | 0 | 0.34 | 0.23 | 129.87 | 0.41 | 0.62 |
| Hex | 76 | C5 | 83 | 28 | 0 | 22 | 17 | 82 | 29 | 3E |
| Octal | 166 | 305 | 203 | 50 | 0 | 42 | 27 | 202 | 51 | 76 |
| Binary | 1110110 | 11000101 | 10000011 | 101000 | 0 | 100010 | 10111 | 10000010 | 101001 | 111110 |
Color Harmonies of #76C583
Complementary color
Monochromatic Colors of #76C583
Black with #76C583
Text Example
Text Example
White with #76C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C583; }
p { color: rgb(118,197,131); }
H1.HeaderClassName
{
color: #76C583;
}
.AnyTagClassName
{
color: #76C583;
}
</style>
background-color css
<style>
a { background-color: #76C583; }
a { background-color: rgb(118,197,131); }
div.DivClassName
{
background-color: #76C583;
}
.BgClassName
{
background-color: #76C583;
}
</style>
border-color css
<style>
span { border-color: #76C583; }
span { border-color: rgb(118,197,131); }
td.TdClassName
{
border-color: #76C583;
}
.TagClassName
{
border-color: #76C583;
}
</style>