Shades of De York #7CD38B
Tints of De York #7CD38B
RGB
CMYK
RGB Variations
Color information
#7CD38B (or 0x7CD38B) is known color: De York. HEX triplet: 7C, D3 and 8B. RGB value is (124,211,139). Sum of RGB (Red+Green+Blue) = 124+211+139=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD38B is #832C74. Grayscale: #B0B0B0. Windows color (decimal): -8596597 or 9163644. OLE color: 9163644.
HSL color Cylindrical-coordinate representation of color #7CD38B: hue angle of 130.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD38B is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 211 | 139 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.17 |
| HSL | 130.34º | 0.5% | 0.66% | - |
| HSV(B) | 130.34º | 0.41% | 0.83% | - |
| XYZ | 36.27 | 52.74 | 32.69 | - |
| YUV | 176.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 139 | 0.41 | 0 | 0.34 | 0.17 | 130.34 | 0.5 | 0.66 |
| Hex | 7C | D3 | 8B | 29 | 0 | 22 | 11 | 82 | 32 | 42 |
| Octal | 174 | 323 | 213 | 51 | 0 | 42 | 21 | 202 | 62 | 102 |
| Binary | 1111100 | 11010011 | 10001011 | 101001 | 0 | 100010 | 10001 | 10000010 | 110010 | 1000010 |
Color Harmonies of #7CD38B
Complementary color
Monochromatic Colors of #7CD38B
Black with #7CD38B
Text Example
Text Example
White with #7CD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD38B; }
p { color: rgb(124,211,139); }
H1.HeaderClassName
{
color: #7CD38B;
}
.AnyTagClassName
{
color: #7CD38B;
}
</style>
background-color css
<style>
a { background-color: #7CD38B; }
a { background-color: rgb(124,211,139); }
div.DivClassName
{
background-color: #7CD38B;
}
.BgClassName
{
background-color: #7CD38B;
}
</style>
border-color css
<style>
span { border-color: #7CD38B; }
span { border-color: rgb(124,211,139); }
td.TdClassName
{
border-color: #7CD38B;
}
.TagClassName
{
border-color: #7CD38B;
}
</style>