Shades of De York #76CB7E
Tints of De York #76CB7E
RGB
CMYK
RGB Variations
Color information
#76CB7E (or 0x76CB7E) is known color: De York. HEX triplet: 76, CB and 7E. RGB value is (118,203,126). Sum of RGB (Red+Green+Blue) = 118+203+126=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB7E is #893481. Grayscale: #A9A9A9. Windows color (decimal): -8991874 or 8309622. OLE color: 8309622.
HSL color Cylindrical-coordinate representation of color #76CB7E: hue angle of 125.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CB7E is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 126 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.20 |
| HSL | 125.65º | 0.45% | 0.63% | - |
| HSV(B) | 125.65º | 0.42% | 0.8% | - |
| XYZ | 32.59 | 48.07 | 27.3 | - |
| YUV | 168.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 126 | 0.42 | 0 | 0.38 | 0.20 | 125.65 | 0.45 | 0.63 |
| Hex | 76 | CB | 7E | 2A | 0 | 26 | 14 | 7E | 2D | 3F |
| Octal | 166 | 313 | 176 | 52 | 0 | 46 | 24 | 176 | 55 | 77 |
| Binary | 1110110 | 11001011 | 1111110 | 101010 | 0 | 100110 | 10100 | 1111110 | 101101 | 111111 |
Color Harmonies of #76CB7E
Complementary color
Monochromatic Colors of #76CB7E
Black with #76CB7E
Text Example
Text Example
White with #76CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB7E; }
p { color: rgb(118,203,126); }
H1.HeaderClassName
{
color: #76CB7E;
}
.AnyTagClassName
{
color: #76CB7E;
}
</style>
background-color css
<style>
a { background-color: #76CB7E; }
a { background-color: rgb(118,203,126); }
div.DivClassName
{
background-color: #76CB7E;
}
.BgClassName
{
background-color: #76CB7E;
}
</style>
border-color css
<style>
span { border-color: #76CB7E; }
span { border-color: rgb(118,203,126); }
td.TdClassName
{
border-color: #76CB7E;
}
.TagClassName
{
border-color: #76CB7E;
}
</style>