Shades of De York #7DCC88
Tints of De York #7DCC88
RGB
CMYK
RGB Variations
Color information
#7DCC88 (or 0x7DCC88) is known color: De York. HEX triplet: 7D, CC and 88. RGB value is (125,204,136). Sum of RGB (Red+Green+Blue) = 125+204+136=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC88 is #823377. Grayscale: #ACACAC. Windows color (decimal): -8532856 or 8965245. OLE color: 8965245.
HSL color Cylindrical-coordinate representation of color #7DCC88: hue angle of 128.35º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCC88 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 136 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.2 |
| HSL | 128.35º | 0.44% | 0.65% | - |
| HSV(B) | 128.35º | 0.39% | 0.8% | - |
| XYZ | 34.49 | 49.32 | 30.99 | - |
| YUV | 172.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 136 | 0.39 | 0 | 0.33 | 0.2 | 128.35 | 0.44 | 0.65 |
| Hex | 7D | CC | 88 | 27 | 0 | 21 | 14 | 80 | 2C | 41 |
| Octal | 175 | 314 | 210 | 47 | 0 | 41 | 24 | 200 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10001000 | 100111 | 0 | 100001 | 10100 | 10000000 | 101100 | 1000001 |
Color Harmonies of #7DCC88
Complementary color
Monochromatic Colors of #7DCC88
Black with #7DCC88
Text Example
Text Example
White with #7DCC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC88; }
p { color: rgb(125,204,136); }
H1.HeaderClassName
{
color: #7DCC88;
}
.AnyTagClassName
{
color: #7DCC88;
}
</style>
background-color css
<style>
a { background-color: #7DCC88; }
a { background-color: rgb(125,204,136); }
div.DivClassName
{
background-color: #7DCC88;
}
.BgClassName
{
background-color: #7DCC88;
}
</style>
border-color css
<style>
span { border-color: #7DCC88; }
span { border-color: rgb(125,204,136); }
td.TdClassName
{
border-color: #7DCC88;
}
.TagClassName
{
border-color: #7DCC88;
}
</style>