Shades of De York #7DC180
Tints of De York #7DC180
RGB
CMYK
RGB Variations
Color information
#7DC180 (or 0x7DC180) is known color: De York. HEX triplet: 7D, C1 and 80. RGB value is (125,193,128). Sum of RGB (Red+Green+Blue) = 125+193+128=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC180 is #823E7F. Grayscale: #A5A5A5. Windows color (decimal): -8535680 or 8438141. OLE color: 8438141.
HSL color Cylindrical-coordinate representation of color #7DC180: hue angle of 122.65º 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 #7DC180 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 128 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.24 |
| HSL | 122.65º | 0.35% | 0.62% | - |
| HSV(B) | 122.65º | 0.35% | 0.76% | - |
| XYZ | 31.42 | 44.06 | 27.27 | - |
| YUV | 165.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 128 | 0.35 | 0 | 0.34 | 0.24 | 122.65 | 0.35 | 0.62 |
| Hex | 7D | C1 | 80 | 23 | 0 | 22 | 18 | 7B | 23 | 3E |
| Octal | 175 | 301 | 200 | 43 | 0 | 42 | 30 | 173 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10000000 | 100011 | 0 | 100010 | 11000 | 1111011 | 100011 | 111110 |
Color Harmonies of #7DC180
Complementary color
Monochromatic Colors of #7DC180
Black with #7DC180
Text Example
Text Example
White with #7DC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC180; }
p { color: rgb(125,193,128); }
H1.HeaderClassName
{
color: #7DC180;
}
.AnyTagClassName
{
color: #7DC180;
}
</style>
background-color css
<style>
a { background-color: #7DC180; }
a { background-color: rgb(125,193,128); }
div.DivClassName
{
background-color: #7DC180;
}
.BgClassName
{
background-color: #7DC180;
}
</style>
border-color css
<style>
span { border-color: #7DC180; }
span { border-color: rgb(125,193,128); }
td.TdClassName
{
border-color: #7DC180;
}
.TagClassName
{
border-color: #7DC180;
}
</style>