Shades of De York #7CC985
Tints of De York #7CC985
RGB
CMYK
RGB Variations
Color information
#7CC985 (or 0x7CC985) is known color: De York. HEX triplet: 7C, C9 and 85. RGB value is (124,201,133). Sum of RGB (Red+Green+Blue) = 124+201+133=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC985 is #83367A. Grayscale: #AAAAAA. Windows color (decimal): -8599163 or 8767868. OLE color: 8767868.
HSL color Cylindrical-coordinate representation of color #7CC985: hue angle of 127.01º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC985 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 133 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.21 |
| HSL | 127.01º | 0.42% | 0.64% | - |
| HSV(B) | 127.01º | 0.38% | 0.79% | - |
| XYZ | 33.43 | 47.75 | 29.65 | - |
| YUV | 170.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 133 | 0.38 | 0 | 0.34 | 0.21 | 127.01 | 0.42 | 0.64 |
| Hex | 7C | C9 | 85 | 26 | 0 | 22 | 15 | 7F | 2A | 40 |
| Octal | 174 | 311 | 205 | 46 | 0 | 42 | 25 | 177 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10000101 | 100110 | 0 | 100010 | 10101 | 1111111 | 101010 | 1000000 |
Color Harmonies of #7CC985
Complementary color
Monochromatic Colors of #7CC985
Black with #7CC985
Text Example
Text Example
White with #7CC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC985; }
p { color: rgb(124,201,133); }
H1.HeaderClassName
{
color: #7CC985;
}
.AnyTagClassName
{
color: #7CC985;
}
</style>
background-color css
<style>
a { background-color: #7CC985; }
a { background-color: rgb(124,201,133); }
div.DivClassName
{
background-color: #7CC985;
}
.BgClassName
{
background-color: #7CC985;
}
</style>
border-color css
<style>
span { border-color: #7CC985; }
span { border-color: rgb(124,201,133); }
td.TdClassName
{
border-color: #7CC985;
}
.TagClassName
{
border-color: #7CC985;
}
</style>