Shades of De York #7DC588
Tints of De York #7DC588
RGB
CMYK
RGB Variations
Color information
#7DC588 (or 0x7DC588) is known color: De York. HEX triplet: 7D, C5 and 88. RGB value is (125,197,136). Sum of RGB (Red+Green+Blue) = 125+197+136=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC588 is #823A77. Grayscale: #A8A8A8. Windows color (decimal): -8534648 or 8963453. OLE color: 8963453.
HSL color Cylindrical-coordinate representation of color #7DC588: hue angle of 129.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC588 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 136 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.23 |
| HSL | 129.17º | 0.38% | 0.63% | - |
| HSV(B) | 129.17º | 0.37% | 0.77% | - |
| XYZ | 32.87 | 46.07 | 30.45 | - |
| YUV | 168.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 136 | 0.37 | 0 | 0.31 | 0.23 | 129.17 | 0.38 | 0.63 |
| Hex | 7D | C5 | 88 | 25 | 0 | 1F | 17 | 81 | 26 | 3F |
| Octal | 175 | 305 | 210 | 45 | 0 | 37 | 27 | 201 | 46 | 77 |
| Binary | 1111101 | 11000101 | 10001000 | 100101 | 0 | 11111 | 10111 | 10000001 | 100110 | 111111 |
Color Harmonies of #7DC588
Complementary color
Monochromatic Colors of #7DC588
Black with #7DC588
Text Example
Text Example
White with #7DC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC588; }
p { color: rgb(125,197,136); }
H1.HeaderClassName
{
color: #7DC588;
}
.AnyTagClassName
{
color: #7DC588;
}
</style>
background-color css
<style>
a { background-color: #7DC588; }
a { background-color: rgb(125,197,136); }
div.DivClassName
{
background-color: #7DC588;
}
.BgClassName
{
background-color: #7DC588;
}
</style>
border-color css
<style>
span { border-color: #7DC588; }
span { border-color: rgb(125,197,136); }
td.TdClassName
{
border-color: #7DC588;
}
.TagClassName
{
border-color: #7DC588;
}
</style>