Shades of De York #7CBC82
Tints of De York #7CBC82
RGB
CMYK
RGB Variations
Color information
#7CBC82 (or 0x7CBC82) is known color: De York. HEX triplet: 7C, BC and 82. RGB value is (124,188,130). Sum of RGB (Red+Green+Blue) = 124+188+130=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC82 is #83437D. Grayscale: #A2A2A2. Windows color (decimal): -8602494 or 8567932. OLE color: 8567932.
HSL color Cylindrical-coordinate representation of color #7CBC82: hue angle of 125.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC82 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 130 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.26 |
| HSL | 125.63º | 0.32% | 0.61% | - |
| HSV(B) | 125.63º | 0.34% | 0.74% | - |
| XYZ | 30.32 | 41.86 | 27.6 | - |
| YUV | 162.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 130 | 0.34 | 0 | 0.31 | 0.26 | 125.63 | 0.32 | 0.61 |
| Hex | 7C | BC | 82 | 22 | 0 | 1F | 1A | 7E | 20 | 3D |
| Octal | 174 | 274 | 202 | 42 | 0 | 37 | 32 | 176 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10000010 | 100010 | 0 | 11111 | 11010 | 1111110 | 100000 | 111101 |
Color Harmonies of #7CBC82
Complementary color
Monochromatic Colors of #7CBC82
Black with #7CBC82
Text Example
Text Example
White with #7CBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC82; }
p { color: rgb(124,188,130); }
H1.HeaderClassName
{
color: #7CBC82;
}
.AnyTagClassName
{
color: #7CBC82;
}
</style>
background-color css
<style>
a { background-color: #7CBC82; }
a { background-color: rgb(124,188,130); }
div.DivClassName
{
background-color: #7CBC82;
}
.BgClassName
{
background-color: #7CBC82;
}
</style>
border-color css
<style>
span { border-color: #7CBC82; }
span { border-color: rgb(124,188,130); }
td.TdClassName
{
border-color: #7CBC82;
}
.TagClassName
{
border-color: #7CBC82;
}
</style>