Shades of De York #7FC974
Tints of De York #7FC974
RGB
CMYK
RGB Variations
Color information
#7FC974 (or 0x7FC974) is known color: De York. HEX triplet: 7F, C9 and 74. RGB value is (127,201,116). Sum of RGB (Red+Green+Blue) = 127+201+116=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC974 is #80368B. Grayscale: #A9A9A9. Windows color (decimal): -8402572 or 7653759. OLE color: 7653759.
HSL color Cylindrical-coordinate representation of color #7FC974: hue angle of 112.24º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC974 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 116 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.21 |
| HSL | 112.24º | 0.44% | 0.62% | - |
| HSV(B) | 112.24º | 0.42% | 0.79% | - |
| XYZ | 32.79 | 47.55 | 23.97 | - |
| YUV | 169.18 | 97.98 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 116 | 0.37 | 0 | 0.42 | 0.21 | 112.24 | 0.44 | 0.62 |
| Hex | 7F | C9 | 74 | 25 | 0 | 2A | 15 | 70 | 2C | 3E |
| Octal | 177 | 311 | 164 | 45 | 0 | 52 | 25 | 160 | 54 | 76 |
| Binary | 1111111 | 11001001 | 1110100 | 100101 | 0 | 101010 | 10101 | 1110000 | 101100 | 111110 |
Color Harmonies of #7FC974
Complementary color
Monochromatic Colors of #7FC974
Black with #7FC974
Text Example
Text Example
White with #7FC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC974; }
p { color: rgb(127,201,116); }
H1.HeaderClassName
{
color: #7FC974;
}
.AnyTagClassName
{
color: #7FC974;
}
</style>
background-color css
<style>
a { background-color: #7FC974; }
a { background-color: rgb(127,201,116); }
div.DivClassName
{
background-color: #7FC974;
}
.BgClassName
{
background-color: #7FC974;
}
</style>
border-color css
<style>
span { border-color: #7FC974; }
span { border-color: rgb(127,201,116); }
td.TdClassName
{
border-color: #7FC974;
}
.TagClassName
{
border-color: #7FC974;
}
</style>