Shades of De York #7FD28D
Tints of De York #7FD28D
RGB
CMYK
RGB Variations
Color information
#7FD28D (or 0x7FD28D) is known color: De York. HEX triplet: 7F, D2 and 8D. RGB value is (127,210,141). Sum of RGB (Red+Green+Blue) = 127+210+141=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD28D is #802D72. Grayscale: #B1B1B1. Windows color (decimal): -8400243 or 9294463. OLE color: 9294463.
HSL color Cylindrical-coordinate representation of color #7FD28D: hue angle of 130.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD28D is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 141 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.18 |
| HSL | 130.12º | 0.48% | 0.66% | - |
| HSV(B) | 130.12º | 0.4% | 0.82% | - |
| XYZ | 36.61 | 52.53 | 33.41 | - |
| YUV | 177.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 141 | 0.40 | 0 | 0.33 | 0.18 | 130.12 | 0.48 | 0.66 |
| Hex | 7F | D2 | 8D | 28 | 0 | 21 | 12 | 82 | 30 | 42 |
| Octal | 177 | 322 | 215 | 50 | 0 | 41 | 22 | 202 | 60 | 102 |
| Binary | 1111111 | 11010010 | 10001101 | 101000 | 0 | 100001 | 10010 | 10000010 | 110000 | 1000010 |
Color Harmonies of #7FD28D
Complementary color
Monochromatic Colors of #7FD28D
Black with #7FD28D
Text Example
Text Example
White with #7FD28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD28D; }
p { color: rgb(127,210,141); }
H1.HeaderClassName
{
color: #7FD28D;
}
.AnyTagClassName
{
color: #7FD28D;
}
</style>
background-color css
<style>
a { background-color: #7FD28D; }
a { background-color: rgb(127,210,141); }
div.DivClassName
{
background-color: #7FD28D;
}
.BgClassName
{
background-color: #7FD28D;
}
</style>
border-color css
<style>
span { border-color: #7FD28D; }
span { border-color: rgb(127,210,141); }
td.TdClassName
{
border-color: #7FD28D;
}
.TagClassName
{
border-color: #7FD28D;
}
</style>