Shades of De York #7FDE95
Tints of De York #7FDE95
RGB
CMYK
RGB Variations
Color information
#7FDE95 (or 0x7FDE95) is known color: De York. HEX triplet: 7F, DE and 95. RGB value is (127,222,149). Sum of RGB (Red+Green+Blue) = 127+222+149=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDE95 is #80216A. Grayscale: #B9B9B9. Windows color (decimal): -8397163 or 9821823. OLE color: 9821823.
HSL color Cylindrical-coordinate representation of color #7FDE95: hue angle of 133.89º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDE95 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 149 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.13 |
| HSL | 133.89º | 0.59% | 0.68% | - |
| HSV(B) | 133.89º | 0.43% | 0.87% | - |
| XYZ | 40.3 | 58.92 | 37.68 | - |
| YUV | 185.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 149 | 0.43 | 0 | 0.33 | 0.13 | 133.89 | 0.59 | 0.68 |
| Hex | 7F | DE | 95 | 2B | 0 | 21 | D | 86 | 3B | 44 |
| Octal | 177 | 336 | 225 | 53 | 0 | 41 | 15 | 206 | 73 | 104 |
| Binary | 1111111 | 11011110 | 10010101 | 101011 | 0 | 100001 | 1101 | 10000110 | 111011 | 1000100 |
Color Harmonies of #7FDE95
Complementary color
Monochromatic Colors of #7FDE95
Black with #7FDE95
Text Example
Text Example
White with #7FDE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDE95; }
p { color: rgb(127,222,149); }
H1.HeaderClassName
{
color: #7FDE95;
}
.AnyTagClassName
{
color: #7FDE95;
}
</style>
background-color css
<style>
a { background-color: #7FDE95; }
a { background-color: rgb(127,222,149); }
div.DivClassName
{
background-color: #7FDE95;
}
.BgClassName
{
background-color: #7FDE95;
}
</style>
border-color css
<style>
span { border-color: #7FDE95; }
span { border-color: rgb(127,222,149); }
td.TdClassName
{
border-color: #7FDE95;
}
.TagClassName
{
border-color: #7FDE95;
}
</style>