Shades of De York #7CC680
Tints of De York #7CC680
RGB
CMYK
RGB Variations
Color information
#7CC680 (or 0x7CC680) is known color: De York. HEX triplet: 7C, C6 and 80. RGB value is (124,198,128). Sum of RGB (Red+Green+Blue) = 124+198+128=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC680 is #83397F. Grayscale: #A8A8A8. Windows color (decimal): -8599936 or 8439420. OLE color: 8439420.
HSL color Cylindrical-coordinate representation of color #7CC680: hue angle of 123.24º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC680 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 128 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.22 |
| HSL | 123.24º | 0.39% | 0.63% | - |
| HSV(B) | 123.24º | 0.37% | 0.78% | - |
| XYZ | 32.4 | 46.23 | 27.64 | - |
| YUV | 167.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 128 | 0.37 | 0 | 0.35 | 0.22 | 123.24 | 0.39 | 0.63 |
| Hex | 7C | C6 | 80 | 25 | 0 | 23 | 16 | 7B | 27 | 3F |
| Octal | 174 | 306 | 200 | 45 | 0 | 43 | 26 | 173 | 47 | 77 |
| Binary | 1111100 | 11000110 | 10000000 | 100101 | 0 | 100011 | 10110 | 1111011 | 100111 | 111111 |
Color Harmonies of #7CC680
Complementary color
Monochromatic Colors of #7CC680
Black with #7CC680
Text Example
Text Example
White with #7CC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC680; }
p { color: rgb(124,198,128); }
H1.HeaderClassName
{
color: #7CC680;
}
.AnyTagClassName
{
color: #7CC680;
}
</style>
background-color css
<style>
a { background-color: #7CC680; }
a { background-color: rgb(124,198,128); }
div.DivClassName
{
background-color: #7CC680;
}
.BgClassName
{
background-color: #7CC680;
}
</style>
border-color css
<style>
span { border-color: #7CC680; }
span { border-color: rgb(124,198,128); }
td.TdClassName
{
border-color: #7CC680;
}
.TagClassName
{
border-color: #7CC680;
}
</style>