Shades of De York #7CD590
Tints of De York #7CD590
RGB
CMYK
RGB Variations
Color information
#7CD590 (or 0x7CD590) is known color: De York. HEX triplet: 7C, D5 and 90. RGB value is (124,213,144). Sum of RGB (Red+Green+Blue) = 124+213+144=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD590 is #832A6F. Grayscale: #B2B2B2. Windows color (decimal): -8596080 or 9491836. OLE color: 9491836.
HSL color Cylindrical-coordinate representation of color #7CD590: hue angle of 133.48º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD590 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 144 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.16 |
| HSL | 133.48º | 0.51% | 0.66% | - |
| HSV(B) | 133.48º | 0.42% | 0.84% | - |
| XYZ | 37.14 | 53.89 | 34.83 | - |
| YUV | 178.52 | 108.51 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 144 | 0.42 | 0 | 0.32 | 0.16 | 133.48 | 0.51 | 0.66 |
| Hex | 7C | D5 | 90 | 2A | 0 | 20 | 10 | 85 | 33 | 42 |
| Octal | 174 | 325 | 220 | 52 | 0 | 40 | 20 | 205 | 63 | 102 |
| Binary | 1111100 | 11010101 | 10010000 | 101010 | 0 | 100000 | 10000 | 10000101 | 110011 | 1000010 |
Color Harmonies of #7CD590
Complementary color
Monochromatic Colors of #7CD590
Black with #7CD590
Text Example
Text Example
White with #7CD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD590; }
p { color: rgb(124,213,144); }
H1.HeaderClassName
{
color: #7CD590;
}
.AnyTagClassName
{
color: #7CD590;
}
</style>
background-color css
<style>
a { background-color: #7CD590; }
a { background-color: rgb(124,213,144); }
div.DivClassName
{
background-color: #7CD590;
}
.BgClassName
{
background-color: #7CD590;
}
</style>
border-color css
<style>
span { border-color: #7CD590; }
span { border-color: rgb(124,213,144); }
td.TdClassName
{
border-color: #7CD590;
}
.TagClassName
{
border-color: #7CD590;
}
</style>