Shades of De York #7CC580
Tints of De York #7CC580
RGB
CMYK
RGB Variations
Color information
#7CC580 (or 0x7CC580) is known color: De York. HEX triplet: 7C, C5 and 80. RGB value is (124,197,128). Sum of RGB (Red+Green+Blue) = 124+197+128=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC580 is #833A7F. Grayscale: #A7A7A7. Windows color (decimal): -8600192 or 8439164. OLE color: 8439164.
HSL color Cylindrical-coordinate representation of color #7CC580: hue angle of 123.29º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC580 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 128 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.23 |
| HSL | 123.29º | 0.39% | 0.63% | - |
| HSV(B) | 123.29º | 0.37% | 0.77% | - |
| XYZ | 32.17 | 45.78 | 27.56 | - |
| YUV | 167.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 128 | 0.37 | 0 | 0.35 | 0.23 | 123.29 | 0.39 | 0.63 |
| Hex | 7C | C5 | 80 | 25 | 0 | 23 | 17 | 7B | 27 | 3F |
| Octal | 174 | 305 | 200 | 45 | 0 | 43 | 27 | 173 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10000000 | 100101 | 0 | 100011 | 10111 | 1111011 | 100111 | 111111 |
Color Harmonies of #7CC580
Complementary color
Monochromatic Colors of #7CC580
Black with #7CC580
Text Example
Text Example
White with #7CC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC580; }
p { color: rgb(124,197,128); }
H1.HeaderClassName
{
color: #7CC580;
}
.AnyTagClassName
{
color: #7CC580;
}
</style>
background-color css
<style>
a { background-color: #7CC580; }
a { background-color: rgb(124,197,128); }
div.DivClassName
{
background-color: #7CC580;
}
.BgClassName
{
background-color: #7CC580;
}
</style>
border-color css
<style>
span { border-color: #7CC580; }
span { border-color: rgb(124,197,128); }
td.TdClassName
{
border-color: #7CC580;
}
.TagClassName
{
border-color: #7CC580;
}
</style>