Shades of De York #76D08D
Tints of De York #76D08D
RGB
CMYK
RGB Variations
Color information
#76D08D (or 0x76D08D) is known color: De York. HEX triplet: 76, D0 and 8D. RGB value is (118,208,141). Sum of RGB (Red+Green+Blue) = 118+208+141=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #76D08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D08D is #892F72. Grayscale: #ADADAD. Windows color (decimal): -8990579 or 9293942. OLE color: 9293942.
HSL color Cylindrical-coordinate representation of color #76D08D: hue angle of 135.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D08D is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 141 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.18 |
| HSL | 135.33º | 0.49% | 0.64% | - |
| HSV(B) | 135.33º | 0.43% | 0.82% | - |
| XYZ | 34.83 | 50.89 | 33.19 | - |
| YUV | 173.45 | 109.68 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 141 | 0.43 | 0 | 0.32 | 0.18 | 135.33 | 0.49 | 0.64 |
| Hex | 76 | D0 | 8D | 2B | 0 | 20 | 12 | 87 | 31 | 40 |
| Octal | 166 | 320 | 215 | 53 | 0 | 40 | 22 | 207 | 61 | 100 |
| Binary | 1110110 | 11010000 | 10001101 | 101011 | 0 | 100000 | 10010 | 10000111 | 110001 | 1000000 |
Color Harmonies of #76D08D
Complementary color
Monochromatic Colors of #76D08D
Black with #76D08D
Text Example
Text Example
White with #76D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D08D; }
p { color: rgb(118,208,141); }
H1.HeaderClassName
{
color: #76D08D;
}
.AnyTagClassName
{
color: #76D08D;
}
</style>
background-color css
<style>
a { background-color: #76D08D; }
a { background-color: rgb(118,208,141); }
div.DivClassName
{
background-color: #76D08D;
}
.BgClassName
{
background-color: #76D08D;
}
</style>
border-color css
<style>
span { border-color: #76D08D; }
span { border-color: rgb(118,208,141); }
td.TdClassName
{
border-color: #76D08D;
}
.TagClassName
{
border-color: #76D08D;
}
</style>