Shades of De York #7CD595
Tints of De York #7CD595
RGB
CMYK
RGB Variations
Color information
#7CD595 (or 0x7CD595) is known color: De York. HEX triplet: 7C, D5 and 95. RGB value is (124,213,149). Sum of RGB (Red+Green+Blue) = 124+213+149=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD595 is #832A6A. Grayscale: #B3B3B3. Windows color (decimal): -8596075 or 9819516. OLE color: 9819516.
HSL color Cylindrical-coordinate representation of color #7CD595: hue angle of 136.85º 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 #7CD595 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 149 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.16 |
| HSL | 136.85º | 0.51% | 0.66% | - |
| HSV(B) | 136.85º | 0.42% | 0.84% | - |
| XYZ | 37.53 | 54.04 | 36.89 | - |
| YUV | 179.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 149 | 0.42 | 0 | 0.30 | 0.16 | 136.85 | 0.51 | 0.66 |
| Hex | 7C | D5 | 95 | 2A | 0 | 1E | 10 | 89 | 33 | 42 |
| Octal | 174 | 325 | 225 | 52 | 0 | 36 | 20 | 211 | 63 | 102 |
| Binary | 1111100 | 11010101 | 10010101 | 101010 | 0 | 11110 | 10000 | 10001001 | 110011 | 1000010 |
Color Harmonies of #7CD595
Complementary color
Monochromatic Colors of #7CD595
Black with #7CD595
Text Example
Text Example
White with #7CD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD595; }
p { color: rgb(124,213,149); }
H1.HeaderClassName
{
color: #7CD595;
}
.AnyTagClassName
{
color: #7CD595;
}
</style>
background-color css
<style>
a { background-color: #7CD595; }
a { background-color: rgb(124,213,149); }
div.DivClassName
{
background-color: #7CD595;
}
.BgClassName
{
background-color: #7CD595;
}
</style>
border-color css
<style>
span { border-color: #7CD595; }
span { border-color: rgb(124,213,149); }
td.TdClassName
{
border-color: #7CD595;
}
.TagClassName
{
border-color: #7CD595;
}
</style>