Shades of De York #7CC885
Tints of De York #7CC885
RGB
CMYK
RGB Variations
Color information
#7CC885 (or 0x7CC885) is known color: De York. HEX triplet: 7C, C8 and 85. RGB value is (124,200,133). Sum of RGB (Red+Green+Blue) = 124+200+133=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC885 is #83377A. Grayscale: #A9A9A9. Windows color (decimal): -8599419 or 8767612. OLE color: 8767612.
HSL color Cylindrical-coordinate representation of color #7CC885: hue angle of 127.11º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC885 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 133 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.22 |
| HSL | 127.11º | 0.41% | 0.64% | - |
| HSV(B) | 127.11º | 0.38% | 0.78% | - |
| XYZ | 33.2 | 47.29 | 29.57 | - |
| YUV | 169.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 133 | 0.38 | 0 | 0.34 | 0.22 | 127.11 | 0.41 | 0.64 |
| Hex | 7C | C8 | 85 | 26 | 0 | 22 | 16 | 7F | 29 | 40 |
| Octal | 174 | 310 | 205 | 46 | 0 | 42 | 26 | 177 | 51 | 100 |
| Binary | 1111100 | 11001000 | 10000101 | 100110 | 0 | 100010 | 10110 | 1111111 | 101001 | 1000000 |
Color Harmonies of #7CC885
Complementary color
Monochromatic Colors of #7CC885
Black with #7CC885
Text Example
Text Example
White with #7CC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC885; }
p { color: rgb(124,200,133); }
H1.HeaderClassName
{
color: #7CC885;
}
.AnyTagClassName
{
color: #7CC885;
}
</style>
background-color css
<style>
a { background-color: #7CC885; }
a { background-color: rgb(124,200,133); }
div.DivClassName
{
background-color: #7CC885;
}
.BgClassName
{
background-color: #7CC885;
}
</style>
border-color css
<style>
span { border-color: #7CC885; }
span { border-color: rgb(124,200,133); }
td.TdClassName
{
border-color: #7CC885;
}
.TagClassName
{
border-color: #7CC885;
}
</style>