Shades of De York #7FD47F
Tints of De York #7FD47F
RGB
CMYK
RGB Variations
Color information
#7FD47F (or 0x7FD47F) is known color: De York. HEX triplet: 7F, D4 and 7F. RGB value is (127,212,127). Sum of RGB (Red+Green+Blue) = 127+212+127=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD47F is #802B80. Grayscale: #B1B1B1. Windows color (decimal): -8399745 or 8377471. OLE color: 8377471.
HSL color Cylindrical-coordinate representation of color #7FD47F: hue angle of 120º 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 #7FD47F is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 127 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.17 |
| HSL | 120º | 0.5% | 0.66% | - |
| HSV(B) | 120º | 0.4% | 0.83% | - |
| XYZ | 36.13 | 53.13 | 28.43 | - |
| YUV | 176.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 127 | 0.40 | 0 | 0.40 | 0.17 | 120 | 0.5 | 0.66 |
| Hex | 7F | D4 | 7F | 28 | 0 | 28 | 11 | 78 | 32 | 42 |
| Octal | 177 | 324 | 177 | 50 | 0 | 50 | 21 | 170 | 62 | 102 |
| Binary | 1111111 | 11010100 | 1111111 | 101000 | 0 | 101000 | 10001 | 1111000 | 110010 | 1000010 |
Color Harmonies of #7FD47F
Complementary color
Monochromatic Colors of #7FD47F
Black with #7FD47F
Text Example
Text Example
White with #7FD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD47F; }
p { color: rgb(127,212,127); }
H1.HeaderClassName
{
color: #7FD47F;
}
.AnyTagClassName
{
color: #7FD47F;
}
</style>
background-color css
<style>
a { background-color: #7FD47F; }
a { background-color: rgb(127,212,127); }
div.DivClassName
{
background-color: #7FD47F;
}
.BgClassName
{
background-color: #7FD47F;
}
</style>
border-color css
<style>
span { border-color: #7FD47F; }
span { border-color: rgb(127,212,127); }
td.TdClassName
{
border-color: #7FD47F;
}
.TagClassName
{
border-color: #7FD47F;
}
</style>