Shades of De York #7FDC97
Tints of De York #7FDC97
RGB
CMYK
RGB Variations
Color information
#7FDC97 (or 0x7FDC97) is known color: De York. HEX triplet: 7F, DC and 97. RGB value is (127,220,151). Sum of RGB (Red+Green+Blue) = 127+220+151=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC97 is #802368. Grayscale: #B8B8B8. Windows color (decimal): -8397673 or 9952383. OLE color: 9952383.
HSL color Cylindrical-coordinate representation of color #7FDC97: hue angle of 135.48º 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 #7FDC97 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 151 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.14 |
| HSL | 135.48º | 0.57% | 0.68% | - |
| HSV(B) | 135.48º | 0.42% | 0.86% | - |
| XYZ | 39.93 | 57.93 | 38.36 | - |
| YUV | 184.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 151 | 0.42 | 0 | 0.31 | 0.14 | 135.48 | 0.57 | 0.68 |
| Hex | 7F | DC | 97 | 2A | 0 | 1F | E | 87 | 39 | 44 |
| Octal | 177 | 334 | 227 | 52 | 0 | 37 | 16 | 207 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10010111 | 101010 | 0 | 11111 | 1110 | 10000111 | 111001 | 1000100 |
Color Harmonies of #7FDC97
Complementary color
Monochromatic Colors of #7FDC97
Black with #7FDC97
Text Example
Text Example
White with #7FDC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC97; }
p { color: rgb(127,220,151); }
H1.HeaderClassName
{
color: #7FDC97;
}
.AnyTagClassName
{
color: #7FDC97;
}
</style>
background-color css
<style>
a { background-color: #7FDC97; }
a { background-color: rgb(127,220,151); }
div.DivClassName
{
background-color: #7FDC97;
}
.BgClassName
{
background-color: #7FDC97;
}
</style>
border-color css
<style>
span { border-color: #7FDC97; }
span { border-color: rgb(127,220,151); }
td.TdClassName
{
border-color: #7FDC97;
}
.TagClassName
{
border-color: #7FDC97;
}
</style>