Shades of De York #76CA7B
Tints of De York #76CA7B
RGB
CMYK
RGB Variations
Color information
#76CA7B (or 0x76CA7B) is known color: De York. HEX triplet: 76, CA and 7B. RGB value is (118,202,123). Sum of RGB (Red+Green+Blue) = 118+202+123=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA7B is #893584. Grayscale: #A8A8A8. Windows color (decimal): -8992133 or 8112758. OLE color: 8112758.
HSL color Cylindrical-coordinate representation of color #76CA7B: hue angle of 123.57º 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 #76CA7B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 123 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.21 |
| HSL | 123.57º | 0.44% | 0.63% | - |
| HSV(B) | 123.57º | 0.42% | 0.79% | - |
| XYZ | 32.17 | 47.52 | 26.22 | - |
| YUV | 167.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 123 | 0.42 | 0 | 0.39 | 0.21 | 123.57 | 0.44 | 0.63 |
| Hex | 76 | CA | 7B | 2A | 0 | 27 | 15 | 7C | 2C | 3F |
| Octal | 166 | 312 | 173 | 52 | 0 | 47 | 25 | 174 | 54 | 77 |
| Binary | 1110110 | 11001010 | 1111011 | 101010 | 0 | 100111 | 10101 | 1111100 | 101100 | 111111 |
Color Harmonies of #76CA7B
Complementary color
Monochromatic Colors of #76CA7B
Black with #76CA7B
Text Example
Text Example
White with #76CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA7B; }
p { color: rgb(118,202,123); }
H1.HeaderClassName
{
color: #76CA7B;
}
.AnyTagClassName
{
color: #76CA7B;
}
</style>
background-color css
<style>
a { background-color: #76CA7B; }
a { background-color: rgb(118,202,123); }
div.DivClassName
{
background-color: #76CA7B;
}
.BgClassName
{
background-color: #76CA7B;
}
</style>
border-color css
<style>
span { border-color: #76CA7B; }
span { border-color: rgb(118,202,123); }
td.TdClassName
{
border-color: #76CA7B;
}
.TagClassName
{
border-color: #76CA7B;
}
</style>