Shades of De York #7CC585
Tints of De York #7CC585
RGB
CMYK
RGB Variations
Color information
#7CC585 (or 0x7CC585) is known color: De York. HEX triplet: 7C, C5 and 85. RGB value is (124,197,133). Sum of RGB (Red+Green+Blue) = 124+197+133=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC585 is #833A7A. Grayscale: #A8A8A8. Windows color (decimal): -8600187 or 8766844. OLE color: 8766844.
HSL color Cylindrical-coordinate representation of color #7CC585: hue angle of 127.4º 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 #7CC585 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 133 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.23 |
| HSL | 127.4º | 0.39% | 0.63% | - |
| HSV(B) | 127.4º | 0.37% | 0.77% | - |
| XYZ | 32.51 | 45.91 | 29.34 | - |
| YUV | 167.88 | 108.32 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 133 | 0.37 | 0 | 0.32 | 0.23 | 127.4 | 0.39 | 0.63 |
| Hex | 7C | C5 | 85 | 25 | 0 | 20 | 17 | 7F | 27 | 3F |
| Octal | 174 | 305 | 205 | 45 | 0 | 40 | 27 | 177 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10000101 | 100101 | 0 | 100000 | 10111 | 1111111 | 100111 | 111111 |
Color Harmonies of #7CC585
Complementary color
Monochromatic Colors of #7CC585
Black with #7CC585
Text Example
Text Example
White with #7CC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC585; }
p { color: rgb(124,197,133); }
H1.HeaderClassName
{
color: #7CC585;
}
.AnyTagClassName
{
color: #7CC585;
}
</style>
background-color css
<style>
a { background-color: #7CC585; }
a { background-color: rgb(124,197,133); }
div.DivClassName
{
background-color: #7CC585;
}
.BgClassName
{
background-color: #7CC585;
}
</style>
border-color css
<style>
span { border-color: #7CC585; }
span { border-color: rgb(124,197,133); }
td.TdClassName
{
border-color: #7CC585;
}
.TagClassName
{
border-color: #7CC585;
}
</style>