Shades of De York #7CDD93
Tints of De York #7CDD93
RGB
CMYK
RGB Variations
Color information
#7CDD93 (or 0x7CDD93) is known color: De York. HEX triplet: 7C, DD and 93. RGB value is (124,221,147). Sum of RGB (Red+Green+Blue) = 124+221+147=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD93 is #83226C. Grayscale: #B7B7B7. Windows color (decimal): -8594029 or 9690492. OLE color: 9690492.
HSL color Cylindrical-coordinate representation of color #7CDD93: hue angle of 134.23º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDD93 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 147 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.13 |
| HSL | 134.23º | 0.59% | 0.68% | - |
| HSV(B) | 134.23º | 0.44% | 0.87% | - |
| XYZ | 39.44 | 58.1 | 36.74 | - |
| YUV | 183.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 147 | 0.44 | 0 | 0.33 | 0.13 | 134.23 | 0.59 | 0.68 |
| Hex | 7C | DD | 93 | 2C | 0 | 21 | D | 86 | 3B | 44 |
| Octal | 174 | 335 | 223 | 54 | 0 | 41 | 15 | 206 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10010011 | 101100 | 0 | 100001 | 1101 | 10000110 | 111011 | 1000100 |
Color Harmonies of #7CDD93
Complementary color
Monochromatic Colors of #7CDD93
Black with #7CDD93
Text Example
Text Example
White with #7CDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD93; }
p { color: rgb(124,221,147); }
H1.HeaderClassName
{
color: #7CDD93;
}
.AnyTagClassName
{
color: #7CDD93;
}
</style>
background-color css
<style>
a { background-color: #7CDD93; }
a { background-color: rgb(124,221,147); }
div.DivClassName
{
background-color: #7CDD93;
}
.BgClassName
{
background-color: #7CDD93;
}
</style>
border-color css
<style>
span { border-color: #7CDD93; }
span { border-color: rgb(124,221,147); }
td.TdClassName
{
border-color: #7CDD93;
}
.TagClassName
{
border-color: #7CDD93;
}
</style>