Shades of De York #7FDC8D
Tints of De York #7FDC8D
RGB
CMYK
RGB Variations
Color information
#7FDC8D (or 0x7FDC8D) is known color: De York. HEX triplet: 7F, DC and 8D. RGB value is (127,220,141). Sum of RGB (Red+Green+Blue) = 127+220+141=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC8D is #802372. Grayscale: #B7B7B7. Windows color (decimal): -8397683 or 9297023. OLE color: 9297023.
HSL color Cylindrical-coordinate representation of color #7FDC8D: hue angle of 129.03º 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 #7FDC8D is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 141 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.14 |
| HSL | 129.03º | 0.57% | 0.68% | - |
| HSV(B) | 129.03º | 0.42% | 0.86% | - |
| XYZ | 39.15 | 57.62 | 34.26 | - |
| YUV | 183.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 141 | 0.42 | 0 | 0.36 | 0.14 | 129.03 | 0.57 | 0.68 |
| Hex | 7F | DC | 8D | 2A | 0 | 24 | E | 81 | 39 | 44 |
| Octal | 177 | 334 | 215 | 52 | 0 | 44 | 16 | 201 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10001101 | 101010 | 0 | 100100 | 1110 | 10000001 | 111001 | 1000100 |
Color Harmonies of #7FDC8D
Complementary color
Monochromatic Colors of #7FDC8D
Black with #7FDC8D
Text Example
Text Example
White with #7FDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC8D; }
p { color: rgb(127,220,141); }
H1.HeaderClassName
{
color: #7FDC8D;
}
.AnyTagClassName
{
color: #7FDC8D;
}
</style>
background-color css
<style>
a { background-color: #7FDC8D; }
a { background-color: rgb(127,220,141); }
div.DivClassName
{
background-color: #7FDC8D;
}
.BgClassName
{
background-color: #7FDC8D;
}
</style>
border-color css
<style>
span { border-color: #7FDC8D; }
span { border-color: rgb(127,220,141); }
td.TdClassName
{
border-color: #7FDC8D;
}
.TagClassName
{
border-color: #7FDC8D;
}
</style>