Shades of De York #76D290
Tints of De York #76D290
RGB
CMYK
RGB Variations
Color information
#76D290 (or 0x76D290) is known color: De York. HEX triplet: 76, D2 and 90. RGB value is (118,210,144). Sum of RGB (Red+Green+Blue) = 118+210+144=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #76D290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D290 is #892D6F. Grayscale: #AFAFAF. Windows color (decimal): -8990064 or 9491062. OLE color: 9491062.
HSL color Cylindrical-coordinate representation of color #76D290: hue angle of 136.96º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D290 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 144 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.18 |
| HSL | 136.96º | 0.51% | 0.64% | - |
| HSV(B) | 136.96º | 0.44% | 0.82% | - |
| XYZ | 35.55 | 51.96 | 34.54 | - |
| YUV | 174.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 144 | 0.44 | 0 | 0.31 | 0.18 | 136.96 | 0.51 | 0.64 |
| Hex | 76 | D2 | 90 | 2C | 0 | 1F | 12 | 89 | 33 | 40 |
| Octal | 166 | 322 | 220 | 54 | 0 | 37 | 22 | 211 | 63 | 100 |
| Binary | 1110110 | 11010010 | 10010000 | 101100 | 0 | 11111 | 10010 | 10001001 | 110011 | 1000000 |
Color Harmonies of #76D290
Complementary color
Monochromatic Colors of #76D290
Black with #76D290
Text Example
Text Example
White with #76D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D290; }
p { color: rgb(118,210,144); }
H1.HeaderClassName
{
color: #76D290;
}
.AnyTagClassName
{
color: #76D290;
}
</style>
background-color css
<style>
a { background-color: #76D290; }
a { background-color: rgb(118,210,144); }
div.DivClassName
{
background-color: #76D290;
}
.BgClassName
{
background-color: #76D290;
}
</style>
border-color css
<style>
span { border-color: #76D290; }
span { border-color: rgb(118,210,144); }
td.TdClassName
{
border-color: #76D290;
}
.TagClassName
{
border-color: #76D290;
}
</style>