Shades of De York #76D28C
Tints of De York #76D28C
RGB
CMYK
RGB Variations
Color information
#76D28C (or 0x76D28C) is known color: De York. HEX triplet: 76, D2 and 8C. RGB value is (118,210,140). Sum of RGB (Red+Green+Blue) = 118+210+140=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #76D28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D28C is #892D73. Grayscale: #AEAEAE. Windows color (decimal): -8990068 or 9228918. OLE color: 9228918.
HSL color Cylindrical-coordinate representation of color #76D28C: hue angle of 134.35º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D28C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 140 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.18 |
| HSL | 134.35º | 0.51% | 0.64% | - |
| HSV(B) | 134.35º | 0.44% | 0.82% | - |
| XYZ | 35.25 | 51.84 | 32.96 | - |
| YUV | 174.51 | 108.52 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 140 | 0.44 | 0 | 0.33 | 0.18 | 134.35 | 0.51 | 0.64 |
| Hex | 76 | D2 | 8C | 2C | 0 | 21 | 12 | 86 | 33 | 40 |
| Octal | 166 | 322 | 214 | 54 | 0 | 41 | 22 | 206 | 63 | 100 |
| Binary | 1110110 | 11010010 | 10001100 | 101100 | 0 | 100001 | 10010 | 10000110 | 110011 | 1000000 |
Color Harmonies of #76D28C
Complementary color
Monochromatic Colors of #76D28C
Black with #76D28C
Text Example
Text Example
White with #76D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D28C; }
p { color: rgb(118,210,140); }
H1.HeaderClassName
{
color: #76D28C;
}
.AnyTagClassName
{
color: #76D28C;
}
</style>
background-color css
<style>
a { background-color: #76D28C; }
a { background-color: rgb(118,210,140); }
div.DivClassName
{
background-color: #76D28C;
}
.BgClassName
{
background-color: #76D28C;
}
</style>
border-color css
<style>
span { border-color: #76D28C; }
span { border-color: rgb(118,210,140); }
td.TdClassName
{
border-color: #76D28C;
}
.TagClassName
{
border-color: #76D28C;
}
</style>