Shades of De York #7FD582
Tints of De York #7FD582
RGB
CMYK
RGB Variations
Color information
#7FD582 (or 0x7FD582) is known color: De York. HEX triplet: 7F, D5 and 82. RGB value is (127,213,130). Sum of RGB (Red+Green+Blue) = 127+213+130=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD582 is #802A7D. Grayscale: #B2B2B2. Windows color (decimal): -8399486 or 8574335. OLE color: 8574335.
HSL color Cylindrical-coordinate representation of color #7FD582: hue angle of 122.09º 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 #7FD582 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 130 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.16 |
| HSL | 122.09º | 0.51% | 0.67% | - |
| HSV(B) | 122.09º | 0.4% | 0.84% | - |
| XYZ | 36.58 | 53.71 | 29.56 | - |
| YUV | 177.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 130 | 0.40 | 0 | 0.39 | 0.16 | 122.09 | 0.51 | 0.67 |
| Hex | 7F | D5 | 82 | 28 | 0 | 27 | 10 | 7A | 33 | 43 |
| Octal | 177 | 325 | 202 | 50 | 0 | 47 | 20 | 172 | 63 | 103 |
| Binary | 1111111 | 11010101 | 10000010 | 101000 | 0 | 100111 | 10000 | 1111010 | 110011 | 1000011 |
Color Harmonies of #7FD582
Complementary color
Monochromatic Colors of #7FD582
Black with #7FD582
Text Example
Text Example
White with #7FD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD582; }
p { color: rgb(127,213,130); }
H1.HeaderClassName
{
color: #7FD582;
}
.AnyTagClassName
{
color: #7FD582;
}
</style>
background-color css
<style>
a { background-color: #7FD582; }
a { background-color: rgb(127,213,130); }
div.DivClassName
{
background-color: #7FD582;
}
.BgClassName
{
background-color: #7FD582;
}
</style>
border-color css
<style>
span { border-color: #7FD582; }
span { border-color: rgb(127,213,130); }
td.TdClassName
{
border-color: #7FD582;
}
.TagClassName
{
border-color: #7FD582;
}
</style>