Shades of De York #7FC373
Tints of De York #7FC373
RGB
CMYK
RGB Variations
Color information
#7FC373 (or 0x7FC373) is known color: De York. HEX triplet: 7F, C3 and 73. RGB value is (127,195,115). Sum of RGB (Red+Green+Blue) = 127+195+115=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC373 is #803C8C. Grayscale: #A5A5A5. Windows color (decimal): -8404109 or 7586687. OLE color: 7586687.
HSL color Cylindrical-coordinate representation of color #7FC373: hue angle of 111º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FC373 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 115 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.24 |
| HSL | 111º | 0.4% | 0.61% | - |
| HSV(B) | 111º | 0.41% | 0.76% | - |
| XYZ | 31.36 | 44.78 | 23.21 | - |
| YUV | 165.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 115 | 0.35 | 0 | 0.41 | 0.24 | 111 | 0.4 | 0.61 |
| Hex | 7F | C3 | 73 | 23 | 0 | 29 | 18 | 6F | 28 | 3D |
| Octal | 177 | 303 | 163 | 43 | 0 | 51 | 30 | 157 | 50 | 75 |
| Binary | 1111111 | 11000011 | 1110011 | 100011 | 0 | 101001 | 11000 | 1101111 | 101000 | 111101 |
Color Harmonies of #7FC373
Complementary color
Monochromatic Colors of #7FC373
Black with #7FC373
Text Example
Text Example
White with #7FC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC373; }
p { color: rgb(127,195,115); }
H1.HeaderClassName
{
color: #7FC373;
}
.AnyTagClassName
{
color: #7FC373;
}
</style>
background-color css
<style>
a { background-color: #7FC373; }
a { background-color: rgb(127,195,115); }
div.DivClassName
{
background-color: #7FC373;
}
.BgClassName
{
background-color: #7FC373;
}
</style>
border-color css
<style>
span { border-color: #7FC373; }
span { border-color: rgb(127,195,115); }
td.TdClassName
{
border-color: #7FC373;
}
.TagClassName
{
border-color: #7FC373;
}
</style>