Shades of De York #7CD380
Tints of De York #7CD380
RGB
CMYK
RGB Variations
Color information
#7CD380 (or 0x7CD380) is known color: De York. HEX triplet: 7C, D3 and 80. RGB value is (124,211,128). Sum of RGB (Red+Green+Blue) = 124+211+128=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD380 is #832C7F. Grayscale: #AFAFAF. Windows color (decimal): -8596608 or 8442748. OLE color: 8442748.
HSL color Cylindrical-coordinate representation of color #7CD380: hue angle of 122.76º 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 #7CD380 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 211 | 128 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.17 |
| HSL | 122.76º | 0.5% | 0.66% | - |
| HSV(B) | 122.76º | 0.41% | 0.83% | - |
| XYZ | 35.5 | 52.43 | 28.67 | - |
| YUV | 175.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 128 | 0.41 | 0 | 0.39 | 0.17 | 122.76 | 0.5 | 0.66 |
| Hex | 7C | D3 | 80 | 29 | 0 | 27 | 11 | 7B | 32 | 42 |
| Octal | 174 | 323 | 200 | 51 | 0 | 47 | 21 | 173 | 62 | 102 |
| Binary | 1111100 | 11010011 | 10000000 | 101001 | 0 | 100111 | 10001 | 1111011 | 110010 | 1000010 |
Color Harmonies of #7CD380
Complementary color
Monochromatic Colors of #7CD380
Black with #7CD380
Text Example
Text Example
White with #7CD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD380; }
p { color: rgb(124,211,128); }
H1.HeaderClassName
{
color: #7CD380;
}
.AnyTagClassName
{
color: #7CD380;
}
</style>
background-color css
<style>
a { background-color: #7CD380; }
a { background-color: rgb(124,211,128); }
div.DivClassName
{
background-color: #7CD380;
}
.BgClassName
{
background-color: #7CD380;
}
</style>
border-color css
<style>
span { border-color: #7CD380; }
span { border-color: rgb(124,211,128); }
td.TdClassName
{
border-color: #7CD380;
}
.TagClassName
{
border-color: #7CD380;
}
</style>