Shades of De York #7CD48C
Tints of De York #7CD48C
RGB
CMYK
RGB Variations
Color information
#7CD48C (or 0x7CD48C) is known color: De York. HEX triplet: 7C, D4 and 8C. RGB value is (124,212,140). Sum of RGB (Red+Green+Blue) = 124+212+140=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #7CD48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD48C is #832B73. Grayscale: #B1B1B1. Windows color (decimal): -8596340 or 9229436. OLE color: 9229436.
HSL color Cylindrical-coordinate representation of color #7CD48C: hue angle of 130.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD48C is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 212 | 140 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.17 |
| HSL | 130.91º | 0.51% | 0.66% | - |
| HSV(B) | 130.91º | 0.42% | 0.83% | - |
| XYZ | 36.59 | 53.27 | 33.16 | - |
| YUV | 177.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 212 | 140 | 0.42 | 0 | 0.34 | 0.17 | 130.91 | 0.51 | 0.66 |
| Hex | 7C | D4 | 8C | 2A | 0 | 22 | 11 | 83 | 33 | 42 |
| Octal | 174 | 324 | 214 | 52 | 0 | 42 | 21 | 203 | 63 | 102 |
| Binary | 1111100 | 11010100 | 10001100 | 101010 | 0 | 100010 | 10001 | 10000011 | 110011 | 1000010 |
Color Harmonies of #7CD48C
Complementary color
Monochromatic Colors of #7CD48C
Black with #7CD48C
Text Example
Text Example
White with #7CD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD48C; }
p { color: rgb(124,212,140); }
H1.HeaderClassName
{
color: #7CD48C;
}
.AnyTagClassName
{
color: #7CD48C;
}
</style>
background-color css
<style>
a { background-color: #7CD48C; }
a { background-color: rgb(124,212,140); }
div.DivClassName
{
background-color: #7CD48C;
}
.BgClassName
{
background-color: #7CD48C;
}
</style>
border-color css
<style>
span { border-color: #7CD48C; }
span { border-color: rgb(124,212,140); }
td.TdClassName
{
border-color: #7CD48C;
}
.TagClassName
{
border-color: #7CD48C;
}
</style>