Shades of De York #7FD58E
Tints of De York #7FD58E
RGB
CMYK
RGB Variations
Color information
#7FD58E (or 0x7FD58E) is known color: De York. HEX triplet: 7F, D5 and 8E. RGB value is (127,213,142). Sum of RGB (Red+Green+Blue) = 127+213+142=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD58E is #802A71. Grayscale: #B3B3B3. Windows color (decimal): -8399474 or 9360767. OLE color: 9360767.
HSL color Cylindrical-coordinate representation of color #7FD58E: hue angle of 130.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD58E is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 142 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.16 |
| HSL | 130.47º | 0.51% | 0.67% | - |
| HSV(B) | 130.47º | 0.4% | 0.84% | - |
| XYZ | 37.43 | 54.05 | 34.05 | - |
| YUV | 179.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 142 | 0.40 | 0 | 0.33 | 0.16 | 130.47 | 0.51 | 0.67 |
| Hex | 7F | D5 | 8E | 28 | 0 | 21 | 10 | 82 | 33 | 43 |
| Octal | 177 | 325 | 216 | 50 | 0 | 41 | 20 | 202 | 63 | 103 |
| Binary | 1111111 | 11010101 | 10001110 | 101000 | 0 | 100001 | 10000 | 10000010 | 110011 | 1000011 |
Color Harmonies of #7FD58E
Complementary color
Monochromatic Colors of #7FD58E
Black with #7FD58E
Text Example
Text Example
White with #7FD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD58E; }
p { color: rgb(127,213,142); }
H1.HeaderClassName
{
color: #7FD58E;
}
.AnyTagClassName
{
color: #7FD58E;
}
</style>
background-color css
<style>
a { background-color: #7FD58E; }
a { background-color: rgb(127,213,142); }
div.DivClassName
{
background-color: #7FD58E;
}
.BgClassName
{
background-color: #7FD58E;
}
</style>
border-color css
<style>
span { border-color: #7FD58E; }
span { border-color: rgb(127,213,142); }
td.TdClassName
{
border-color: #7FD58E;
}
.TagClassName
{
border-color: #7FD58E;
}
</style>