Shades of De York #7DC084
Tints of De York #7DC084
RGB
CMYK
RGB Variations
Color information
#7DC084 (or 0x7DC084) is known color: De York. HEX triplet: 7D, C0 and 84. RGB value is (125,192,132). Sum of RGB (Red+Green+Blue) = 125+192+132=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC084 is #823F7B. Grayscale: #A5A5A5. Windows color (decimal): -8535932 or 8700029. OLE color: 8700029.
HSL color Cylindrical-coordinate representation of color #7DC084: hue angle of 126.27º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC084 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 132 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.25 |
| HSL | 126.27º | 0.35% | 0.62% | - |
| HSV(B) | 126.27º | 0.35% | 0.75% | - |
| XYZ | 31.47 | 43.73 | 28.61 | - |
| YUV | 165.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 132 | 0.35 | 0 | 0.31 | 0.25 | 126.27 | 0.35 | 0.62 |
| Hex | 7D | C0 | 84 | 23 | 0 | 1F | 19 | 7E | 23 | 3E |
| Octal | 175 | 300 | 204 | 43 | 0 | 37 | 31 | 176 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10000100 | 100011 | 0 | 11111 | 11001 | 1111110 | 100011 | 111110 |
Color Harmonies of #7DC084
Complementary color
Monochromatic Colors of #7DC084
Black with #7DC084
Text Example
Text Example
White with #7DC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC084; }
p { color: rgb(125,192,132); }
H1.HeaderClassName
{
color: #7DC084;
}
.AnyTagClassName
{
color: #7DC084;
}
</style>
background-color css
<style>
a { background-color: #7DC084; }
a { background-color: rgb(125,192,132); }
div.DivClassName
{
background-color: #7DC084;
}
.BgClassName
{
background-color: #7DC084;
}
</style>
border-color css
<style>
span { border-color: #7DC084; }
span { border-color: rgb(125,192,132); }
td.TdClassName
{
border-color: #7DC084;
}
.TagClassName
{
border-color: #7DC084;
}
</style>