Shades of De York #7CDD9A
Tints of De York #7CDD9A
RGB
CMYK
RGB Variations
Color information
#7CDD9A (or 0x7CDD9A) is known color: De York. HEX triplet: 7C, DD and 9A. RGB value is (124,221,154). Sum of RGB (Red+Green+Blue) = 124+221+154=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD9A is #832265. Grayscale: #B8B8B8. Windows color (decimal): -8594022 or 10149244. OLE color: 10149244.
HSL color Cylindrical-coordinate representation of color #7CDD9A: hue angle of 138.56º 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 #7CDD9A is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 154 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.13 |
| HSL | 138.56º | 0.59% | 0.68% | - |
| HSV(B) | 138.56º | 0.44% | 0.87% | - |
| XYZ | 40 | 58.33 | 39.72 | - |
| YUV | 184.36 | 110.86 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 154 | 0.44 | 0 | 0.30 | 0.13 | 138.56 | 0.59 | 0.68 |
| Hex | 7C | DD | 9A | 2C | 0 | 1E | D | 8B | 3B | 44 |
| Octal | 174 | 335 | 232 | 54 | 0 | 36 | 15 | 213 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10011010 | 101100 | 0 | 11110 | 1101 | 10001011 | 111011 | 1000100 |
Color Harmonies of #7CDD9A
Complementary color
Monochromatic Colors of #7CDD9A
Black with #7CDD9A
Text Example
Text Example
White with #7CDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD9A; }
p { color: rgb(124,221,154); }
H1.HeaderClassName
{
color: #7CDD9A;
}
.AnyTagClassName
{
color: #7CDD9A;
}
</style>
background-color css
<style>
a { background-color: #7CDD9A; }
a { background-color: rgb(124,221,154); }
div.DivClassName
{
background-color: #7CDD9A;
}
.BgClassName
{
background-color: #7CDD9A;
}
</style>
border-color css
<style>
span { border-color: #7CDD9A; }
span { border-color: rgb(124,221,154); }
td.TdClassName
{
border-color: #7CDD9A;
}
.TagClassName
{
border-color: #7CDD9A;
}
</style>