Shades of De York #7FD591
Tints of De York #7FD591
RGB
CMYK
RGB Variations
Color information
#7FD591 (or 0x7FD591) is known color: De York. HEX triplet: 7F, D5 and 91. RGB value is (127,213,145). Sum of RGB (Red+Green+Blue) = 127+213+145=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD591 is #802A6E. Grayscale: #B3B3B3. Windows color (decimal): -8399471 or 9557375. OLE color: 9557375.
HSL color Cylindrical-coordinate representation of color #7FD591: hue angle of 132.56º 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 #7FD591 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 145 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.16 |
| HSL | 132.56º | 0.51% | 0.67% | - |
| HSV(B) | 132.56º | 0.4% | 0.84% | - |
| XYZ | 37.66 | 54.14 | 35.25 | - |
| YUV | 179.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 145 | 0.40 | 0 | 0.32 | 0.16 | 132.56 | 0.51 | 0.67 |
| Hex | 7F | D5 | 91 | 28 | 0 | 20 | 10 | 85 | 33 | 43 |
| Octal | 177 | 325 | 221 | 50 | 0 | 40 | 20 | 205 | 63 | 103 |
| Binary | 1111111 | 11010101 | 10010001 | 101000 | 0 | 100000 | 10000 | 10000101 | 110011 | 1000011 |
Color Harmonies of #7FD591
Complementary color
Monochromatic Colors of #7FD591
Black with #7FD591
Text Example
Text Example
White with #7FD591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD591; }
p { color: rgb(127,213,145); }
H1.HeaderClassName
{
color: #7FD591;
}
.AnyTagClassName
{
color: #7FD591;
}
</style>
background-color css
<style>
a { background-color: #7FD591; }
a { background-color: rgb(127,213,145); }
div.DivClassName
{
background-color: #7FD591;
}
.BgClassName
{
background-color: #7FD591;
}
</style>
border-color css
<style>
span { border-color: #7FD591; }
span { border-color: rgb(127,213,145); }
td.TdClassName
{
border-color: #7FD591;
}
.TagClassName
{
border-color: #7FD591;
}
</style>