Shades of De York #7FC573
Tints of De York #7FC573
RGB
CMYK
RGB Variations
Color information
#7FC573 (or 0x7FC573) is known color: De York. HEX triplet: 7F, C5 and 73. RGB value is (127,197,115). Sum of RGB (Red+Green+Blue) = 127+197+115=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC573 is #803A8C. Grayscale: #A6A6A6. Windows color (decimal): -8403597 or 7587199. OLE color: 7587199.
HSL color Cylindrical-coordinate representation of color #7FC573: hue angle of 111.22º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC573 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 115 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.23 |
| HSL | 111.22º | 0.41% | 0.61% | - |
| HSV(B) | 111.22º | 0.42% | 0.77% | - |
| XYZ | 31.81 | 45.68 | 23.36 | - |
| YUV | 166.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 115 | 0.36 | 0 | 0.42 | 0.23 | 111.22 | 0.41 | 0.61 |
| Hex | 7F | C5 | 73 | 24 | 0 | 2A | 17 | 6F | 29 | 3D |
| Octal | 177 | 305 | 163 | 44 | 0 | 52 | 27 | 157 | 51 | 75 |
| Binary | 1111111 | 11000101 | 1110011 | 100100 | 0 | 101010 | 10111 | 1101111 | 101001 | 111101 |
Color Harmonies of #7FC573
Complementary color
Monochromatic Colors of #7FC573
Black with #7FC573
Text Example
Text Example
White with #7FC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC573; }
p { color: rgb(127,197,115); }
H1.HeaderClassName
{
color: #7FC573;
}
.AnyTagClassName
{
color: #7FC573;
}
</style>
background-color css
<style>
a { background-color: #7FC573; }
a { background-color: rgb(127,197,115); }
div.DivClassName
{
background-color: #7FC573;
}
.BgClassName
{
background-color: #7FC573;
}
</style>
border-color css
<style>
span { border-color: #7FC573; }
span { border-color: rgb(127,197,115); }
td.TdClassName
{
border-color: #7FC573;
}
.TagClassName
{
border-color: #7FC573;
}
</style>