Shades of De York #7CD385
Tints of De York #7CD385
RGB
CMYK
RGB Variations
Color information
#7CD385 (or 0x7CD385) is known color: De York. HEX triplet: 7C, D3 and 85. RGB value is (124,211,133). Sum of RGB (Red+Green+Blue) = 124+211+133=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD385 is #832C7A. Grayscale: #B0B0B0. Windows color (decimal): -8596603 or 8770428. OLE color: 8770428.
HSL color Cylindrical-coordinate representation of color #7CD385: hue angle of 126.21º 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 #7CD385 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 211 | 133 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.17 |
| HSL | 126.21º | 0.5% | 0.66% | - |
| HSV(B) | 126.21º | 0.41% | 0.83% | - |
| XYZ | 35.84 | 52.57 | 30.45 | - |
| YUV | 176.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 133 | 0.41 | 0 | 0.37 | 0.17 | 126.21 | 0.5 | 0.66 |
| Hex | 7C | D3 | 85 | 29 | 0 | 25 | 11 | 7E | 32 | 42 |
| Octal | 174 | 323 | 205 | 51 | 0 | 45 | 21 | 176 | 62 | 102 |
| Binary | 1111100 | 11010011 | 10000101 | 101001 | 0 | 100101 | 10001 | 1111110 | 110010 | 1000010 |
Color Harmonies of #7CD385
Complementary color
Monochromatic Colors of #7CD385
Black with #7CD385
Text Example
Text Example
White with #7CD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD385; }
p { color: rgb(124,211,133); }
H1.HeaderClassName
{
color: #7CD385;
}
.AnyTagClassName
{
color: #7CD385;
}
</style>
background-color css
<style>
a { background-color: #7CD385; }
a { background-color: rgb(124,211,133); }
div.DivClassName
{
background-color: #7CD385;
}
.BgClassName
{
background-color: #7CD385;
}
</style>
border-color css
<style>
span { border-color: #7CD385; }
span { border-color: rgb(124,211,133); }
td.TdClassName
{
border-color: #7CD385;
}
.TagClassName
{
border-color: #7CD385;
}
</style>