Shades of De York #7DC188
Tints of De York #7DC188
RGB
CMYK
RGB Variations
Color information
#7DC188 (or 0x7DC188) is known color: De York. HEX triplet: 7D, C1 and 88. RGB value is (125,193,136). Sum of RGB (Red+Green+Blue) = 125+193+136=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC188 is #823E77. Grayscale: #A6A6A6. Windows color (decimal): -8535672 or 8962429. OLE color: 8962429.
HSL color Cylindrical-coordinate representation of color #7DC188: hue angle of 129.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC188 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 136 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.24 |
| HSL | 129.71º | 0.35% | 0.62% | - |
| HSV(B) | 129.71º | 0.35% | 0.76% | - |
| XYZ | 31.97 | 44.28 | 30.15 | - |
| YUV | 166.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 136 | 0.35 | 0 | 0.30 | 0.24 | 129.71 | 0.35 | 0.62 |
| Hex | 7D | C1 | 88 | 23 | 0 | 1E | 18 | 82 | 23 | 3E |
| Octal | 175 | 301 | 210 | 43 | 0 | 36 | 30 | 202 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10001000 | 100011 | 0 | 11110 | 11000 | 10000010 | 100011 | 111110 |
Color Harmonies of #7DC188
Complementary color
Monochromatic Colors of #7DC188
Black with #7DC188
Text Example
Text Example
White with #7DC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC188; }
p { color: rgb(125,193,136); }
H1.HeaderClassName
{
color: #7DC188;
}
.AnyTagClassName
{
color: #7DC188;
}
</style>
background-color css
<style>
a { background-color: #7DC188; }
a { background-color: rgb(125,193,136); }
div.DivClassName
{
background-color: #7DC188;
}
.BgClassName
{
background-color: #7DC188;
}
</style>
border-color css
<style>
span { border-color: #7DC188; }
span { border-color: rgb(125,193,136); }
td.TdClassName
{
border-color: #7DC188;
}
.TagClassName
{
border-color: #7DC188;
}
</style>