Shades of De York #76CB7F
Tints of De York #76CB7F
RGB
CMYK
RGB Variations
Color information
#76CB7F (or 0x76CB7F) is known color: De York. HEX triplet: 76, CB and 7F. RGB value is (118,203,127). Sum of RGB (Red+Green+Blue) = 118+203+127=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB7F is #893480. Grayscale: #A9A9A9. Windows color (decimal): -8991873 or 8375158. OLE color: 8375158.
HSL color Cylindrical-coordinate representation of color #76CB7F: hue angle of 126.35º 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 #76CB7F is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 127 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.20 |
| HSL | 126.35º | 0.45% | 0.63% | - |
| HSV(B) | 126.35º | 0.42% | 0.8% | - |
| XYZ | 32.66 | 48.1 | 27.64 | - |
| YUV | 168.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 127 | 0.42 | 0 | 0.37 | 0.20 | 126.35 | 0.45 | 0.63 |
| Hex | 76 | CB | 7F | 2A | 0 | 25 | 14 | 7E | 2D | 3F |
| Octal | 166 | 313 | 177 | 52 | 0 | 45 | 24 | 176 | 55 | 77 |
| Binary | 1110110 | 11001011 | 1111111 | 101010 | 0 | 100101 | 10100 | 1111110 | 101101 | 111111 |
Color Harmonies of #76CB7F
Complementary color
Monochromatic Colors of #76CB7F
Black with #76CB7F
Text Example
Text Example
White with #76CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB7F; }
p { color: rgb(118,203,127); }
H1.HeaderClassName
{
color: #76CB7F;
}
.AnyTagClassName
{
color: #76CB7F;
}
</style>
background-color css
<style>
a { background-color: #76CB7F; }
a { background-color: rgb(118,203,127); }
div.DivClassName
{
background-color: #76CB7F;
}
.BgClassName
{
background-color: #76CB7F;
}
</style>
border-color css
<style>
span { border-color: #76CB7F; }
span { border-color: rgb(118,203,127); }
td.TdClassName
{
border-color: #76CB7F;
}
.TagClassName
{
border-color: #76CB7F;
}
</style>