Shades of De York #7CCD8D
Tints of De York #7CCD8D
RGB
CMYK
RGB Variations
Color information
#7CCD8D (or 0x7CCD8D) is known color: De York. HEX triplet: 7C, CD and 8D. RGB value is (124,205,141). Sum of RGB (Red+Green+Blue) = 124+205+141=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD8D is #833272. Grayscale: #ADADAD. Windows color (decimal): -8598131 or 9293180. OLE color: 9293180.
HSL color Cylindrical-coordinate representation of color #7CCD8D: hue angle of 132.59º 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 #7CCD8D is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 141 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.20 |
| HSL | 132.59º | 0.45% | 0.65% | - |
| HSV(B) | 132.59º | 0.4% | 0.8% | - |
| XYZ | 34.95 | 49.87 | 32.98 | - |
| YUV | 173.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 141 | 0.40 | 0 | 0.31 | 0.20 | 132.59 | 0.45 | 0.65 |
| Hex | 7C | CD | 8D | 28 | 0 | 1F | 14 | 85 | 2D | 41 |
| Octal | 174 | 315 | 215 | 50 | 0 | 37 | 24 | 205 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10001101 | 101000 | 0 | 11111 | 10100 | 10000101 | 101101 | 1000001 |
Color Harmonies of #7CCD8D
Complementary color
Monochromatic Colors of #7CCD8D
Black with #7CCD8D
Text Example
Text Example
White with #7CCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD8D; }
p { color: rgb(124,205,141); }
H1.HeaderClassName
{
color: #7CCD8D;
}
.AnyTagClassName
{
color: #7CCD8D;
}
</style>
background-color css
<style>
a { background-color: #7CCD8D; }
a { background-color: rgb(124,205,141); }
div.DivClassName
{
background-color: #7CCD8D;
}
.BgClassName
{
background-color: #7CCD8D;
}
</style>
border-color css
<style>
span { border-color: #7CCD8D; }
span { border-color: rgb(124,205,141); }
td.TdClassName
{
border-color: #7CCD8D;
}
.TagClassName
{
border-color: #7CCD8D;
}
</style>