Shades of De York #7CDD9B
Tints of De York #7CDD9B
RGB
CMYK
RGB Variations
Color information
#7CDD9B (or 0x7CDD9B) is known color: De York. HEX triplet: 7C, DD and 9B. RGB value is (124,221,155). Sum of RGB (Red+Green+Blue) = 124+221+155=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD9B is #832264. Grayscale: #B8B8B8. Windows color (decimal): -8594021 or 10214780. OLE color: 10214780.
HSL color Cylindrical-coordinate representation of color #7CDD9B: hue angle of 139.18º 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 #7CDD9B is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 155 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.13 |
| HSL | 139.18º | 0.59% | 0.68% | - |
| HSV(B) | 139.18º | 0.44% | 0.87% | - |
| XYZ | 40.09 | 58.36 | 40.16 | - |
| YUV | 184.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 155 | 0.44 | 0 | 0.30 | 0.13 | 139.18 | 0.59 | 0.68 |
| Hex | 7C | DD | 9B | 2C | 0 | 1E | D | 8B | 3B | 44 |
| Octal | 174 | 335 | 233 | 54 | 0 | 36 | 15 | 213 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10011011 | 101100 | 0 | 11110 | 1101 | 10001011 | 111011 | 1000100 |
Color Harmonies of #7CDD9B
Complementary color
Monochromatic Colors of #7CDD9B
Black with #7CDD9B
Text Example
Text Example
White with #7CDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD9B; }
p { color: rgb(124,221,155); }
H1.HeaderClassName
{
color: #7CDD9B;
}
.AnyTagClassName
{
color: #7CDD9B;
}
</style>
background-color css
<style>
a { background-color: #7CDD9B; }
a { background-color: rgb(124,221,155); }
div.DivClassName
{
background-color: #7CDD9B;
}
.BgClassName
{
background-color: #7CDD9B;
}
</style>
border-color css
<style>
span { border-color: #7CDD9B; }
span { border-color: rgb(124,221,155); }
td.TdClassName
{
border-color: #7CDD9B;
}
.TagClassName
{
border-color: #7CDD9B;
}
</style>