Shades of De York #7CDC8E
Tints of De York #7CDC8E
RGB
CMYK
RGB Variations
Color information
#7CDC8E (or 0x7CDC8E) is known color: De York. HEX triplet: 7C, DC and 8E. RGB value is (124,220,142). Sum of RGB (Red+Green+Blue) = 124+220+142=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC8E is #832371. Grayscale: #B6B6B6. Windows color (decimal): -8594290 or 9362556. OLE color: 9362556.
HSL color Cylindrical-coordinate representation of color #7CDC8E: hue angle of 131.25º 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 #7CDC8E is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 142 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.14 |
| HSL | 131.25º | 0.58% | 0.67% | - |
| HSV(B) | 131.25º | 0.44% | 0.86% | - |
| XYZ | 38.79 | 57.42 | 34.63 | - |
| YUV | 182.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 142 | 0.44 | 0 | 0.35 | 0.14 | 131.25 | 0.58 | 0.67 |
| Hex | 7C | DC | 8E | 2C | 0 | 23 | E | 83 | 3A | 43 |
| Octal | 174 | 334 | 216 | 54 | 0 | 43 | 16 | 203 | 72 | 103 |
| Binary | 1111100 | 11011100 | 10001110 | 101100 | 0 | 100011 | 1110 | 10000011 | 111010 | 1000011 |
Color Harmonies of #7CDC8E
Complementary color
Monochromatic Colors of #7CDC8E
Black with #7CDC8E
Text Example
Text Example
White with #7CDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC8E; }
p { color: rgb(124,220,142); }
H1.HeaderClassName
{
color: #7CDC8E;
}
.AnyTagClassName
{
color: #7CDC8E;
}
</style>
background-color css
<style>
a { background-color: #7CDC8E; }
a { background-color: rgb(124,220,142); }
div.DivClassName
{
background-color: #7CDC8E;
}
.BgClassName
{
background-color: #7CDC8E;
}
</style>
border-color css
<style>
span { border-color: #7CDC8E; }
span { border-color: rgb(124,220,142); }
td.TdClassName
{
border-color: #7CDC8E;
}
.TagClassName
{
border-color: #7CDC8E;
}
</style>