Shades of De York #7FC47A
Tints of De York #7FC47A
RGB
CMYK
RGB Variations
Color information
#7FC47A (or 0x7FC47A) is known color: De York. HEX triplet: 7F, C4 and 7A. RGB value is (127,196,122). Sum of RGB (Red+Green+Blue) = 127+196+122=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC47A is #803B85. Grayscale: #A7A7A7. Windows color (decimal): -8403846 or 8045695. OLE color: 8045695.
HSL color Cylindrical-coordinate representation of color #7FC47A: hue angle of 115.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FC47A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 122 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.23 |
| HSL | 115.95º | 0.39% | 0.62% | - |
| HSV(B) | 115.95º | 0.38% | 0.77% | - |
| XYZ | 32.01 | 45.4 | 25.49 | - |
| YUV | 166.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 122 | 0.35 | 0 | 0.38 | 0.23 | 115.95 | 0.39 | 0.62 |
| Hex | 7F | C4 | 7A | 23 | 0 | 26 | 17 | 74 | 27 | 3E |
| Octal | 177 | 304 | 172 | 43 | 0 | 46 | 27 | 164 | 47 | 76 |
| Binary | 1111111 | 11000100 | 1111010 | 100011 | 0 | 100110 | 10111 | 1110100 | 100111 | 111110 |
Color Harmonies of #7FC47A
Complementary color
Monochromatic Colors of #7FC47A
Black with #7FC47A
Text Example
Text Example
White with #7FC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC47A; }
p { color: rgb(127,196,122); }
H1.HeaderClassName
{
color: #7FC47A;
}
.AnyTagClassName
{
color: #7FC47A;
}
</style>
background-color css
<style>
a { background-color: #7FC47A; }
a { background-color: rgb(127,196,122); }
div.DivClassName
{
background-color: #7FC47A;
}
.BgClassName
{
background-color: #7FC47A;
}
</style>
border-color css
<style>
span { border-color: #7FC47A; }
span { border-color: rgb(127,196,122); }
td.TdClassName
{
border-color: #7FC47A;
}
.TagClassName
{
border-color: #7FC47A;
}
</style>