Shades of De York #7FDC8E
Tints of De York #7FDC8E
RGB
CMYK
RGB Variations
Color information
#7FDC8E (or 0x7FDC8E) is known color: De York. HEX triplet: 7F, DC and 8E. RGB value is (127,220,142). Sum of RGB (Red+Green+Blue) = 127+220+142=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC8E is #802371. Grayscale: #B7B7B7. Windows color (decimal): -8397682 or 9362559. OLE color: 9362559.
HSL color Cylindrical-coordinate representation of color #7FDC8E: hue angle of 129.68º 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 #7FDC8E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 142 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.14 |
| HSL | 129.68º | 0.57% | 0.68% | - |
| HSV(B) | 129.68º | 0.42% | 0.86% | - |
| XYZ | 39.23 | 57.65 | 34.65 | - |
| YUV | 183.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 142 | 0.42 | 0 | 0.35 | 0.14 | 129.68 | 0.57 | 0.68 |
| Hex | 7F | DC | 8E | 2A | 0 | 23 | E | 82 | 39 | 44 |
| Octal | 177 | 334 | 216 | 52 | 0 | 43 | 16 | 202 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10001110 | 101010 | 0 | 100011 | 1110 | 10000010 | 111001 | 1000100 |
Color Harmonies of #7FDC8E
Complementary color
Monochromatic Colors of #7FDC8E
Black with #7FDC8E
Text Example
Text Example
White with #7FDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC8E; }
p { color: rgb(127,220,142); }
H1.HeaderClassName
{
color: #7FDC8E;
}
.AnyTagClassName
{
color: #7FDC8E;
}
</style>
background-color css
<style>
a { background-color: #7FDC8E; }
a { background-color: rgb(127,220,142); }
div.DivClassName
{
background-color: #7FDC8E;
}
.BgClassName
{
background-color: #7FDC8E;
}
</style>
border-color css
<style>
span { border-color: #7FDC8E; }
span { border-color: rgb(127,220,142); }
td.TdClassName
{
border-color: #7FDC8E;
}
.TagClassName
{
border-color: #7FDC8E;
}
</style>