Shades of De York #7CCD93
Tints of De York #7CCD93
RGB
CMYK
RGB Variations
Color information
#7CCD93 (or 0x7CCD93) is known color: De York. HEX triplet: 7C, CD and 93. RGB value is (124,205,147). Sum of RGB (Red+Green+Blue) = 124+205+147=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD93 is #83326C. Grayscale: #AEAEAE. Windows color (decimal): -8598125 or 9686396. OLE color: 9686396.
HSL color Cylindrical-coordinate representation of color #7CCD93: hue angle of 137.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD93 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 147 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.20 |
| HSL | 137.04º | 0.45% | 0.65% | - |
| HSV(B) | 137.04º | 0.4% | 0.8% | - |
| XYZ | 35.41 | 50.05 | 35.4 | - |
| YUV | 174.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 147 | 0.40 | 0 | 0.28 | 0.20 | 137.04 | 0.45 | 0.65 |
| Hex | 7C | CD | 93 | 28 | 0 | 1C | 14 | 89 | 2D | 41 |
| Octal | 174 | 315 | 223 | 50 | 0 | 34 | 24 | 211 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10010011 | 101000 | 0 | 11100 | 10100 | 10001001 | 101101 | 1000001 |
Color Harmonies of #7CCD93
Complementary color
Monochromatic Colors of #7CCD93
Black with #7CCD93
Text Example
Text Example
White with #7CCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD93; }
p { color: rgb(124,205,147); }
H1.HeaderClassName
{
color: #7CCD93;
}
.AnyTagClassName
{
color: #7CCD93;
}
</style>
background-color css
<style>
a { background-color: #7CCD93; }
a { background-color: rgb(124,205,147); }
div.DivClassName
{
background-color: #7CCD93;
}
.BgClassName
{
background-color: #7CCD93;
}
</style>
border-color css
<style>
span { border-color: #7CCD93; }
span { border-color: rgb(124,205,147); }
td.TdClassName
{
border-color: #7CCD93;
}
.TagClassName
{
border-color: #7CCD93;
}
</style>