Shades of De York #76C484
Tints of De York #76C484
RGB
CMYK
RGB Variations
Color information
#76C484 (or 0x76C484) is known color: De York. HEX triplet: 76, C4 and 84. RGB value is (118,196,132). Sum of RGB (Red+Green+Blue) = 118+196+132=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #76C484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C484 is #893B7B. Grayscale: #A5A5A5. Windows color (decimal): -8993660 or 8701046. OLE color: 8701046.
HSL color Cylindrical-coordinate representation of color #76C484: hue angle of 130.77º degrees, saturation: 0.4, 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 #76C484 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 132 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.23 |
| HSL | 130.77º | 0.4% | 0.62% | - |
| HSV(B) | 130.77º | 0.4% | 0.77% | - |
| XYZ | 31.38 | 45 | 28.86 | - |
| YUV | 165.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 132 | 0.40 | 0 | 0.33 | 0.23 | 130.77 | 0.4 | 0.62 |
| Hex | 76 | C4 | 84 | 28 | 0 | 21 | 17 | 83 | 28 | 3E |
| Octal | 166 | 304 | 204 | 50 | 0 | 41 | 27 | 203 | 50 | 76 |
| Binary | 1110110 | 11000100 | 10000100 | 101000 | 0 | 100001 | 10111 | 10000011 | 101000 | 111110 |
Color Harmonies of #76C484
Complementary color
Monochromatic Colors of #76C484
Black with #76C484
Text Example
Text Example
White with #76C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C484; }
p { color: rgb(118,196,132); }
H1.HeaderClassName
{
color: #76C484;
}
.AnyTagClassName
{
color: #76C484;
}
</style>
background-color css
<style>
a { background-color: #76C484; }
a { background-color: rgb(118,196,132); }
div.DivClassName
{
background-color: #76C484;
}
.BgClassName
{
background-color: #76C484;
}
</style>
border-color css
<style>
span { border-color: #76C484; }
span { border-color: rgb(118,196,132); }
td.TdClassName
{
border-color: #76C484;
}
.TagClassName
{
border-color: #76C484;
}
</style>