Shades of De York #7FD497
Tints of De York #7FD497
RGB
CMYK
RGB Variations
Color information
#7FD497 (or 0x7FD497) is known color: De York. HEX triplet: 7F, D4 and 97. RGB value is (127,212,151). Sum of RGB (Red+Green+Blue) = 127+212+151=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD497 is #802B68. Grayscale: #B3B3B3. Windows color (decimal): -8399721 or 9950335. OLE color: 9950335.
HSL color Cylindrical-coordinate representation of color #7FD497: hue angle of 136.94º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD497 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 151 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.17 |
| HSL | 136.94º | 0.5% | 0.66% | - |
| HSV(B) | 136.94º | 0.4% | 0.83% | - |
| XYZ | 37.88 | 53.83 | 37.67 | - |
| YUV | 179.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 151 | 0.40 | 0 | 0.29 | 0.17 | 136.94 | 0.5 | 0.66 |
| Hex | 7F | D4 | 97 | 28 | 0 | 1D | 11 | 89 | 32 | 42 |
| Octal | 177 | 324 | 227 | 50 | 0 | 35 | 21 | 211 | 62 | 102 |
| Binary | 1111111 | 11010100 | 10010111 | 101000 | 0 | 11101 | 10001 | 10001001 | 110010 | 1000010 |
Color Harmonies of #7FD497
Complementary color
Monochromatic Colors of #7FD497
Black with #7FD497
Text Example
Text Example
White with #7FD497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD497; }
p { color: rgb(127,212,151); }
H1.HeaderClassName
{
color: #7FD497;
}
.AnyTagClassName
{
color: #7FD497;
}
</style>
background-color css
<style>
a { background-color: #7FD497; }
a { background-color: rgb(127,212,151); }
div.DivClassName
{
background-color: #7FD497;
}
.BgClassName
{
background-color: #7FD497;
}
</style>
border-color css
<style>
span { border-color: #7FD497; }
span { border-color: rgb(127,212,151); }
td.TdClassName
{
border-color: #7FD497;
}
.TagClassName
{
border-color: #7FD497;
}
</style>