Shades of De York #76CA7F
Tints of De York #76CA7F
RGB
CMYK
RGB Variations
Color information
#76CA7F (or 0x76CA7F) is known color: De York. HEX triplet: 76, CA and 7F. RGB value is (118,202,127). Sum of RGB (Red+Green+Blue) = 118+202+127=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA7F is #893580. Grayscale: #A8A8A8. Windows color (decimal): -8992129 or 8374902. OLE color: 8374902.
HSL color Cylindrical-coordinate representation of color #76CA7F: hue angle of 126.43º 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 #76CA7F is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 127 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.21 |
| HSL | 126.43º | 0.44% | 0.63% | - |
| HSV(B) | 126.43º | 0.42% | 0.79% | - |
| XYZ | 32.42 | 47.62 | 27.56 | - |
| YUV | 168.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 127 | 0.42 | 0 | 0.37 | 0.21 | 126.43 | 0.44 | 0.63 |
| Hex | 76 | CA | 7F | 2A | 0 | 25 | 15 | 7E | 2C | 3F |
| Octal | 166 | 312 | 177 | 52 | 0 | 45 | 25 | 176 | 54 | 77 |
| Binary | 1110110 | 11001010 | 1111111 | 101010 | 0 | 100101 | 10101 | 1111110 | 101100 | 111111 |
Color Harmonies of #76CA7F
Complementary color
Monochromatic Colors of #76CA7F
Black with #76CA7F
Text Example
Text Example
White with #76CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA7F; }
p { color: rgb(118,202,127); }
H1.HeaderClassName
{
color: #76CA7F;
}
.AnyTagClassName
{
color: #76CA7F;
}
</style>
background-color css
<style>
a { background-color: #76CA7F; }
a { background-color: rgb(118,202,127); }
div.DivClassName
{
background-color: #76CA7F;
}
.BgClassName
{
background-color: #76CA7F;
}
</style>
border-color css
<style>
span { border-color: #76CA7F; }
span { border-color: rgb(118,202,127); }
td.TdClassName
{
border-color: #76CA7F;
}
.TagClassName
{
border-color: #76CA7F;
}
</style>