Shades of De York #7CC875
Tints of De York #7CC875
RGB
CMYK
RGB Variations
Color information
#7CC875 (or 0x7CC875) is known color: De York. HEX triplet: 7C, C8 and 75. RGB value is (124,200,117). Sum of RGB (Red+Green+Blue) = 124+200+117=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC875 is #83378A. Grayscale: #A8A8A8. Windows color (decimal): -8599435 or 7719036. OLE color: 7719036.
HSL color Cylindrical-coordinate representation of color #7CC875: hue angle of 114.94º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CC875 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 117 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.22 |
| HSL | 114.94º | 0.43% | 0.62% | - |
| HSV(B) | 114.94º | 0.42% | 0.78% | - |
| XYZ | 32.18 | 46.88 | 24.18 | - |
| YUV | 167.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 117 | 0.38 | 0 | 0.42 | 0.22 | 114.94 | 0.43 | 0.62 |
| Hex | 7C | C8 | 75 | 26 | 0 | 2A | 16 | 73 | 2B | 3E |
| Octal | 174 | 310 | 165 | 46 | 0 | 52 | 26 | 163 | 53 | 76 |
| Binary | 1111100 | 11001000 | 1110101 | 100110 | 0 | 101010 | 10110 | 1110011 | 101011 | 111110 |
Color Harmonies of #7CC875
Complementary color
Monochromatic Colors of #7CC875
Black with #7CC875
Text Example
Text Example
White with #7CC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC875; }
p { color: rgb(124,200,117); }
H1.HeaderClassName
{
color: #7CC875;
}
.AnyTagClassName
{
color: #7CC875;
}
</style>
background-color css
<style>
a { background-color: #7CC875; }
a { background-color: rgb(124,200,117); }
div.DivClassName
{
background-color: #7CC875;
}
.BgClassName
{
background-color: #7CC875;
}
</style>
border-color css
<style>
span { border-color: #7CC875; }
span { border-color: rgb(124,200,117); }
td.TdClassName
{
border-color: #7CC875;
}
.TagClassName
{
border-color: #7CC875;
}
</style>