Shades of De York #7FD584
Tints of De York #7FD584
RGB
CMYK
RGB Variations
Color information
#7FD584 (or 0x7FD584) is known color: De York. HEX triplet: 7F, D5 and 84. RGB value is (127,213,132). Sum of RGB (Red+Green+Blue) = 127+213+132=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD584 is #802A7B. Grayscale: #B2B2B2. Windows color (decimal): -8399484 or 8705407. OLE color: 8705407.
HSL color Cylindrical-coordinate representation of color #7FD584: hue angle of 123.49º 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 #7FD584 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 132 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.16 |
| HSL | 123.49º | 0.51% | 0.67% | - |
| HSV(B) | 123.49º | 0.4% | 0.84% | - |
| XYZ | 36.71 | 53.77 | 30.27 | - |
| YUV | 178.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 132 | 0.40 | 0 | 0.38 | 0.16 | 123.49 | 0.51 | 0.67 |
| Hex | 7F | D5 | 84 | 28 | 0 | 26 | 10 | 7B | 33 | 43 |
| Octal | 177 | 325 | 204 | 50 | 0 | 46 | 20 | 173 | 63 | 103 |
| Binary | 1111111 | 11010101 | 10000100 | 101000 | 0 | 100110 | 10000 | 1111011 | 110011 | 1000011 |
Color Harmonies of #7FD584
Complementary color
Monochromatic Colors of #7FD584
Black with #7FD584
Text Example
Text Example
White with #7FD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD584; }
p { color: rgb(127,213,132); }
H1.HeaderClassName
{
color: #7FD584;
}
.AnyTagClassName
{
color: #7FD584;
}
</style>
background-color css
<style>
a { background-color: #7FD584; }
a { background-color: rgb(127,213,132); }
div.DivClassName
{
background-color: #7FD584;
}
.BgClassName
{
background-color: #7FD584;
}
</style>
border-color css
<style>
span { border-color: #7FD584; }
span { border-color: rgb(127,213,132); }
td.TdClassName
{
border-color: #7FD584;
}
.TagClassName
{
border-color: #7FD584;
}
</style>