Shades of De York #7CC085
Tints of De York #7CC085
RGB
CMYK
RGB Variations
Color information
#7CC085 (or 0x7CC085) is known color: De York. HEX triplet: 7C, C0 and 85. RGB value is (124,192,133). Sum of RGB (Red+Green+Blue) = 124+192+133=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC085 is #833F7A. Grayscale: #A5A5A5. Windows color (decimal): -8601467 or 8765564. OLE color: 8765564.
HSL color Cylindrical-coordinate representation of color #7CC085: hue angle of 127.94º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC085 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 133 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.25 |
| HSL | 127.94º | 0.35% | 0.62% | - |
| HSV(B) | 127.94º | 0.35% | 0.75% | - |
| XYZ | 31.4 | 43.68 | 28.97 | - |
| YUV | 164.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 133 | 0.35 | 0 | 0.31 | 0.25 | 127.94 | 0.35 | 0.62 |
| Hex | 7C | C0 | 85 | 23 | 0 | 1F | 19 | 80 | 23 | 3E |
| Octal | 174 | 300 | 205 | 43 | 0 | 37 | 31 | 200 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10000101 | 100011 | 0 | 11111 | 11001 | 10000000 | 100011 | 111110 |
Color Harmonies of #7CC085
Complementary color
Monochromatic Colors of #7CC085
Black with #7CC085
Text Example
Text Example
White with #7CC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC085; }
p { color: rgb(124,192,133); }
H1.HeaderClassName
{
color: #7CC085;
}
.AnyTagClassName
{
color: #7CC085;
}
</style>
background-color css
<style>
a { background-color: #7CC085; }
a { background-color: rgb(124,192,133); }
div.DivClassName
{
background-color: #7CC085;
}
.BgClassName
{
background-color: #7CC085;
}
</style>
border-color css
<style>
span { border-color: #7CC085; }
span { border-color: rgb(124,192,133); }
td.TdClassName
{
border-color: #7CC085;
}
.TagClassName
{
border-color: #7CC085;
}
</style>