Shades of De York #7FDC93
Tints of De York #7FDC93
RGB
CMYK
RGB Variations
Color information
#7FDC93 (or 0x7FDC93) is known color: De York. HEX triplet: 7F, DC and 93. RGB value is (127,220,147). Sum of RGB (Red+Green+Blue) = 127+220+147=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC93 is #80236C. Grayscale: #B8B8B8. Windows color (decimal): -8397677 or 9690239. OLE color: 9690239.
HSL color Cylindrical-coordinate representation of color #7FDC93: hue angle of 132.9º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDC93 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 147 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.14 |
| HSL | 132.9º | 0.57% | 0.68% | - |
| HSV(B) | 132.9º | 0.42% | 0.86% | - |
| XYZ | 39.61 | 57.81 | 36.67 | - |
| YUV | 183.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 147 | 0.42 | 0 | 0.33 | 0.14 | 132.9 | 0.57 | 0.68 |
| Hex | 7F | DC | 93 | 2A | 0 | 21 | E | 85 | 39 | 44 |
| Octal | 177 | 334 | 223 | 52 | 0 | 41 | 16 | 205 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10010011 | 101010 | 0 | 100001 | 1110 | 10000101 | 111001 | 1000100 |
Color Harmonies of #7FDC93
Complementary color
Monochromatic Colors of #7FDC93
Black with #7FDC93
Text Example
Text Example
White with #7FDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC93; }
p { color: rgb(127,220,147); }
H1.HeaderClassName
{
color: #7FDC93;
}
.AnyTagClassName
{
color: #7FDC93;
}
</style>
background-color css
<style>
a { background-color: #7FDC93; }
a { background-color: rgb(127,220,147); }
div.DivClassName
{
background-color: #7FDC93;
}
.BgClassName
{
background-color: #7FDC93;
}
</style>
border-color css
<style>
span { border-color: #7FDC93; }
span { border-color: rgb(127,220,147); }
td.TdClassName
{
border-color: #7FDC93;
}
.TagClassName
{
border-color: #7FDC93;
}
</style>