Shades of De York #7CC685
Tints of De York #7CC685
RGB
CMYK
RGB Variations
Color information
#7CC685 (or 0x7CC685) is known color: De York. HEX triplet: 7C, C6 and 85. RGB value is (124,198,133). Sum of RGB (Red+Green+Blue) = 124+198+133=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC685 is #83397A. Grayscale: #A8A8A8. Windows color (decimal): -8599931 or 8767100. OLE color: 8767100.
HSL color Cylindrical-coordinate representation of color #7CC685: hue angle of 127.3º 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 #7CC685 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 133 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.22 |
| HSL | 127.3º | 0.39% | 0.63% | - |
| HSV(B) | 127.3º | 0.37% | 0.78% | - |
| XYZ | 32.74 | 46.37 | 29.41 | - |
| YUV | 168.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 133 | 0.37 | 0 | 0.33 | 0.22 | 127.3 | 0.39 | 0.63 |
| Hex | 7C | C6 | 85 | 25 | 0 | 21 | 16 | 7F | 27 | 3F |
| Octal | 174 | 306 | 205 | 45 | 0 | 41 | 26 | 177 | 47 | 77 |
| Binary | 1111100 | 11000110 | 10000101 | 100101 | 0 | 100001 | 10110 | 1111111 | 100111 | 111111 |
Color Harmonies of #7CC685
Complementary color
Monochromatic Colors of #7CC685
Black with #7CC685
Text Example
Text Example
White with #7CC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC685; }
p { color: rgb(124,198,133); }
H1.HeaderClassName
{
color: #7CC685;
}
.AnyTagClassName
{
color: #7CC685;
}
</style>
background-color css
<style>
a { background-color: #7CC685; }
a { background-color: rgb(124,198,133); }
div.DivClassName
{
background-color: #7CC685;
}
.BgClassName
{
background-color: #7CC685;
}
</style>
border-color css
<style>
span { border-color: #7CC685; }
span { border-color: rgb(124,198,133); }
td.TdClassName
{
border-color: #7CC685;
}
.TagClassName
{
border-color: #7CC685;
}
</style>