Shades of De York #7DC482
Tints of De York #7DC482
RGB
CMYK
RGB Variations
Color information
#7DC482 (or 0x7DC482) is known color: De York. HEX triplet: 7D, C4 and 82. RGB value is (125,196,130). Sum of RGB (Red+Green+Blue) = 125+196+130=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC482 is #823B7D. Grayscale: #A7A7A7. Windows color (decimal): -8534910 or 8569981. OLE color: 8569981.
HSL color Cylindrical-coordinate representation of color #7DC482: hue angle of 124.23º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC482 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 196 | 130 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.23 |
| HSL | 124.23º | 0.38% | 0.63% | - |
| HSV(B) | 124.23º | 0.36% | 0.77% | - |
| XYZ | 32.23 | 45.45 | 28.19 | - |
| YUV | 167.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 196 | 130 | 0.36 | 0 | 0.34 | 0.23 | 124.23 | 0.38 | 0.63 |
| Hex | 7D | C4 | 82 | 24 | 0 | 22 | 17 | 7C | 26 | 3F |
| Octal | 175 | 304 | 202 | 44 | 0 | 42 | 27 | 174 | 46 | 77 |
| Binary | 1111101 | 11000100 | 10000010 | 100100 | 0 | 100010 | 10111 | 1111100 | 100110 | 111111 |
Color Harmonies of #7DC482
Complementary color
Monochromatic Colors of #7DC482
Black with #7DC482
Text Example
Text Example
White with #7DC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC482; }
p { color: rgb(125,196,130); }
H1.HeaderClassName
{
color: #7DC482;
}
.AnyTagClassName
{
color: #7DC482;
}
</style>
background-color css
<style>
a { background-color: #7DC482; }
a { background-color: rgb(125,196,130); }
div.DivClassName
{
background-color: #7DC482;
}
.BgClassName
{
background-color: #7DC482;
}
</style>
border-color css
<style>
span { border-color: #7DC482; }
span { border-color: rgb(125,196,130); }
td.TdClassName
{
border-color: #7DC482;
}
.TagClassName
{
border-color: #7DC482;
}
</style>