Shades of De York #7FC07C
Tints of De York #7FC07C
RGB
CMYK
RGB Variations
Color information
#7FC07C (or 0x7FC07C) is known color: De York. HEX triplet: 7F, C0 and 7C. RGB value is (127,192,124). Sum of RGB (Red+Green+Blue) = 127+192+124=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC07C is #803F83. Grayscale: #A5A5A5. Windows color (decimal): -8404868 or 8175743. OLE color: 8175743.
HSL color Cylindrical-coordinate representation of color #7FC07C: hue angle of 117.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC07C is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 124 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.25 |
| HSL | 117.35º | 0.35% | 0.62% | - |
| HSV(B) | 117.35º | 0.35% | 0.75% | - |
| XYZ | 31.24 | 43.67 | 25.85 | - |
| YUV | 164.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 124 | 0.34 | 0 | 0.35 | 0.25 | 117.35 | 0.35 | 0.62 |
| Hex | 7F | C0 | 7C | 22 | 0 | 23 | 19 | 75 | 23 | 3E |
| Octal | 177 | 300 | 174 | 42 | 0 | 43 | 31 | 165 | 43 | 76 |
| Binary | 1111111 | 11000000 | 1111100 | 100010 | 0 | 100011 | 11001 | 1110101 | 100011 | 111110 |
Color Harmonies of #7FC07C
Complementary color
Monochromatic Colors of #7FC07C
Black with #7FC07C
Text Example
Text Example
White with #7FC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC07C; }
p { color: rgb(127,192,124); }
H1.HeaderClassName
{
color: #7FC07C;
}
.AnyTagClassName
{
color: #7FC07C;
}
</style>
background-color css
<style>
a { background-color: #7FC07C; }
a { background-color: rgb(127,192,124); }
div.DivClassName
{
background-color: #7FC07C;
}
.BgClassName
{
background-color: #7FC07C;
}
</style>
border-color css
<style>
span { border-color: #7FC07C; }
span { border-color: rgb(127,192,124); }
td.TdClassName
{
border-color: #7FC07C;
}
.TagClassName
{
border-color: #7FC07C;
}
</style>