Shades of De York #76CA8B
Tints of De York #76CA8B
RGB
CMYK
RGB Variations
Color information
#76CA8B (or 0x76CA8B) is known color: De York. HEX triplet: 76, CA and 8B. RGB value is (118,202,139). Sum of RGB (Red+Green+Blue) = 118+202+139=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA8B is #893574. Grayscale: #A9A9A9. Windows color (decimal): -8992117 or 9161334. OLE color: 9161334.
HSL color Cylindrical-coordinate representation of color #76CA8B: hue angle of 135º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA8B is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 139 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.21 |
| HSL | 135º | 0.44% | 0.63% | - |
| HSV(B) | 135º | 0.42% | 0.79% | - |
| XYZ | 33.25 | 47.96 | 31.93 | - |
| YUV | 169.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 139 | 0.42 | 0 | 0.31 | 0.21 | 135 | 0.44 | 0.63 |
| Hex | 76 | CA | 8B | 2A | 0 | 1F | 15 | 87 | 2C | 3F |
| Octal | 166 | 312 | 213 | 52 | 0 | 37 | 25 | 207 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10001011 | 101010 | 0 | 11111 | 10101 | 10000111 | 101100 | 111111 |
Color Harmonies of #76CA8B
Complementary color
Monochromatic Colors of #76CA8B
Black with #76CA8B
Text Example
Text Example
White with #76CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA8B; }
p { color: rgb(118,202,139); }
H1.HeaderClassName
{
color: #76CA8B;
}
.AnyTagClassName
{
color: #76CA8B;
}
</style>
background-color css
<style>
a { background-color: #76CA8B; }
a { background-color: rgb(118,202,139); }
div.DivClassName
{
background-color: #76CA8B;
}
.BgClassName
{
background-color: #76CA8B;
}
</style>
border-color css
<style>
span { border-color: #76CA8B; }
span { border-color: rgb(118,202,139); }
td.TdClassName
{
border-color: #76CA8B;
}
.TagClassName
{
border-color: #76CA8B;
}
</style>