Shades of De York #7FC57F
Tints of De York #7FC57F
RGB
CMYK
RGB Variations
Color information
#7FC57F (or 0x7FC57F) is known color: De York. HEX triplet: 7F, C5 and 7F. RGB value is (127,197,127). Sum of RGB (Red+Green+Blue) = 127+197+127=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC57F is #803A80. Grayscale: #A8A8A8. Windows color (decimal): -8403585 or 8373631. OLE color: 8373631.
HSL color Cylindrical-coordinate representation of color #7FC57F: hue angle of 120º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC57F is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 127 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.23 |
| HSL | 120º | 0.38% | 0.64% | - |
| HSV(B) | 120º | 0.36% | 0.77% | - |
| XYZ | 32.55 | 45.98 | 27.24 | - |
| YUV | 168.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 127 | 0.36 | 0 | 0.36 | 0.23 | 120 | 0.38 | 0.64 |
| Hex | 7F | C5 | 7F | 24 | 0 | 24 | 17 | 78 | 26 | 40 |
| Octal | 177 | 305 | 177 | 44 | 0 | 44 | 27 | 170 | 46 | 100 |
| Binary | 1111111 | 11000101 | 1111111 | 100100 | 0 | 100100 | 10111 | 1111000 | 100110 | 1000000 |
Color Harmonies of #7FC57F
Complementary color
Monochromatic Colors of #7FC57F
Black with #7FC57F
Text Example
Text Example
White with #7FC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC57F; }
p { color: rgb(127,197,127); }
H1.HeaderClassName
{
color: #7FC57F;
}
.AnyTagClassName
{
color: #7FC57F;
}
</style>
background-color css
<style>
a { background-color: #7FC57F; }
a { background-color: rgb(127,197,127); }
div.DivClassName
{
background-color: #7FC57F;
}
.BgClassName
{
background-color: #7FC57F;
}
</style>
border-color css
<style>
span { border-color: #7FC57F; }
span { border-color: rgb(127,197,127); }
td.TdClassName
{
border-color: #7FC57F;
}
.TagClassName
{
border-color: #7FC57F;
}
</style>