Shades of De York #7FC873
Tints of De York #7FC873
RGB
CMYK
RGB Variations
Color information
#7FC873 (or 0x7FC873) is known color: De York. HEX triplet: 7F, C8 and 73. RGB value is (127,200,115). Sum of RGB (Red+Green+Blue) = 127+200+115=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC873 is #80378C. Grayscale: #A8A8A8. Windows color (decimal): -8402829 or 7587967. OLE color: 7587967.
HSL color Cylindrical-coordinate representation of color #7FC873: hue angle of 111.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FC873 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 115 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.22 |
| HSL | 111.53º | 0.44% | 0.62% | - |
| HSV(B) | 111.53º | 0.43% | 0.78% | - |
| XYZ | 32.5 | 47.06 | 23.59 | - |
| YUV | 168.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 115 | 0.36 | 0 | 0.42 | 0.22 | 111.53 | 0.44 | 0.62 |
| Hex | 7F | C8 | 73 | 24 | 0 | 2A | 16 | 70 | 2C | 3E |
| Octal | 177 | 310 | 163 | 44 | 0 | 52 | 26 | 160 | 54 | 76 |
| Binary | 1111111 | 11001000 | 1110011 | 100100 | 0 | 101010 | 10110 | 1110000 | 101100 | 111110 |
Color Harmonies of #7FC873
Complementary color
Monochromatic Colors of #7FC873
Black with #7FC873
Text Example
Text Example
White with #7FC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC873; }
p { color: rgb(127,200,115); }
H1.HeaderClassName
{
color: #7FC873;
}
.AnyTagClassName
{
color: #7FC873;
}
</style>
background-color css
<style>
a { background-color: #7FC873; }
a { background-color: rgb(127,200,115); }
div.DivClassName
{
background-color: #7FC873;
}
.BgClassName
{
background-color: #7FC873;
}
</style>
border-color css
<style>
span { border-color: #7FC873; }
span { border-color: rgb(127,200,115); }
td.TdClassName
{
border-color: #7FC873;
}
.TagClassName
{
border-color: #7FC873;
}
</style>