Shades of De York #76D48F
Tints of De York #76D48F
RGB
CMYK
RGB Variations
Color information
#76D48F (or 0x76D48F) is known color: De York. HEX triplet: 76, D4 and 8F. RGB value is (118,212,143). Sum of RGB (Red+Green+Blue) = 118+212+143=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #76D48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D48F is #892B70. Grayscale: #B0B0B0. Windows color (decimal): -8989553 or 9426038. OLE color: 9426038.
HSL color Cylindrical-coordinate representation of color #76D48F: hue angle of 135.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D48F is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 143 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.17 |
| HSL | 135.96º | 0.52% | 0.65% | - |
| HSV(B) | 135.96º | 0.44% | 0.83% | - |
| XYZ | 35.97 | 52.92 | 34.31 | - |
| YUV | 176.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 143 | 0.44 | 0 | 0.33 | 0.17 | 135.96 | 0.52 | 0.65 |
| Hex | 76 | D4 | 8F | 2C | 0 | 21 | 11 | 88 | 34 | 41 |
| Octal | 166 | 324 | 217 | 54 | 0 | 41 | 21 | 210 | 64 | 101 |
| Binary | 1110110 | 11010100 | 10001111 | 101100 | 0 | 100001 | 10001 | 10001000 | 110100 | 1000001 |
Color Harmonies of #76D48F
Complementary color
Monochromatic Colors of #76D48F
Black with #76D48F
Text Example
Text Example
White with #76D48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D48F; }
p { color: rgb(118,212,143); }
H1.HeaderClassName
{
color: #76D48F;
}
.AnyTagClassName
{
color: #76D48F;
}
</style>
background-color css
<style>
a { background-color: #76D48F; }
a { background-color: rgb(118,212,143); }
div.DivClassName
{
background-color: #76D48F;
}
.BgClassName
{
background-color: #76D48F;
}
</style>
border-color css
<style>
span { border-color: #76D48F; }
span { border-color: rgb(118,212,143); }
td.TdClassName
{
border-color: #76D48F;
}
.TagClassName
{
border-color: #76D48F;
}
</style>