Shades of De York #7FC48C
Tints of De York #7FC48C
RGB
CMYK
RGB Variations
Color information
#7FC48C (or 0x7FC48C) is known color: De York. HEX triplet: 7F, C4 and 8C. RGB value is (127,196,140). Sum of RGB (Red+Green+Blue) = 127+196+140=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC48C is #803B73. Grayscale: #A9A9A9. Windows color (decimal): -8403828 or 9225343. OLE color: 9225343.
HSL color Cylindrical-coordinate representation of color #7FC48C: hue angle of 131.3º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC48C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 140 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.23 |
| HSL | 131.3º | 0.37% | 0.63% | - |
| HSV(B) | 131.3º | 0.35% | 0.77% | - |
| XYZ | 33.23 | 45.89 | 31.92 | - |
| YUV | 168.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 140 | 0.35 | 0 | 0.29 | 0.23 | 131.3 | 0.37 | 0.63 |
| Hex | 7F | C4 | 8C | 23 | 0 | 1D | 17 | 83 | 25 | 3F |
| Octal | 177 | 304 | 214 | 43 | 0 | 35 | 27 | 203 | 45 | 77 |
| Binary | 1111111 | 11000100 | 10001100 | 100011 | 0 | 11101 | 10111 | 10000011 | 100101 | 111111 |
Color Harmonies of #7FC48C
Complementary color
Monochromatic Colors of #7FC48C
Black with #7FC48C
Text Example
Text Example
White with #7FC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC48C; }
p { color: rgb(127,196,140); }
H1.HeaderClassName
{
color: #7FC48C;
}
.AnyTagClassName
{
color: #7FC48C;
}
</style>
background-color css
<style>
a { background-color: #7FC48C; }
a { background-color: rgb(127,196,140); }
div.DivClassName
{
background-color: #7FC48C;
}
.BgClassName
{
background-color: #7FC48C;
}
</style>
border-color css
<style>
span { border-color: #7FC48C; }
span { border-color: rgb(127,196,140); }
td.TdClassName
{
border-color: #7FC48C;
}
.TagClassName
{
border-color: #7FC48C;
}
</style>