Shades of De York #7CDC93
Tints of De York #7CDC93
RGB
CMYK
RGB Variations
Color information
#7CDC93 (or 0x7CDC93) is known color: De York. HEX triplet: 7C, DC and 93. RGB value is (124,220,147). Sum of RGB (Red+Green+Blue) = 124+220+147=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC93 is #83236C. Grayscale: #B7B7B7. Windows color (decimal): -8594285 or 9690236. OLE color: 9690236.
HSL color Cylindrical-coordinate representation of color #7CDC93: hue angle of 134.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDC93 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 147 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.14 |
| HSL | 134.38º | 0.58% | 0.67% | - |
| HSV(B) | 134.38º | 0.44% | 0.86% | - |
| XYZ | 39.17 | 57.58 | 36.65 | - |
| YUV | 182.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 147 | 0.44 | 0 | 0.33 | 0.14 | 134.38 | 0.58 | 0.67 |
| Hex | 7C | DC | 93 | 2C | 0 | 21 | E | 86 | 3A | 43 |
| Octal | 174 | 334 | 223 | 54 | 0 | 41 | 16 | 206 | 72 | 103 |
| Binary | 1111100 | 11011100 | 10010011 | 101100 | 0 | 100001 | 1110 | 10000110 | 111010 | 1000011 |
Color Harmonies of #7CDC93
Complementary color
Monochromatic Colors of #7CDC93
Black with #7CDC93
Text Example
Text Example
White with #7CDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC93; }
p { color: rgb(124,220,147); }
H1.HeaderClassName
{
color: #7CDC93;
}
.AnyTagClassName
{
color: #7CDC93;
}
</style>
background-color css
<style>
a { background-color: #7CDC93; }
a { background-color: rgb(124,220,147); }
div.DivClassName
{
background-color: #7CDC93;
}
.BgClassName
{
background-color: #7CDC93;
}
</style>
border-color css
<style>
span { border-color: #7CDC93; }
span { border-color: rgb(124,220,147); }
td.TdClassName
{
border-color: #7CDC93;
}
.TagClassName
{
border-color: #7CDC93;
}
</style>