Shades of De York #7DCE7A
Tints of De York #7DCE7A
RGB
CMYK
RGB Variations
Color information
#7DCE7A (or 0x7DCE7A) is known color: De York. HEX triplet: 7D, CE and 7A. RGB value is (125,206,122). Sum of RGB (Red+Green+Blue) = 125+206+122=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE7A is #823185. Grayscale: #ACACAC. Windows color (decimal): -8532358 or 8048253. OLE color: 8048253.
HSL color Cylindrical-coordinate representation of color #7DCE7A: hue angle of 117.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DCE7A is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 122 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.19 |
| HSL | 117.86º | 0.46% | 0.64% | - |
| HSV(B) | 117.86º | 0.41% | 0.81% | - |
| XYZ | 34.04 | 49.91 | 26.25 | - |
| YUV | 172.21 | 99.66 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 122 | 0.39 | 0 | 0.41 | 0.19 | 117.86 | 0.46 | 0.64 |
| Hex | 7D | CE | 7A | 27 | 0 | 29 | 13 | 76 | 2E | 40 |
| Octal | 175 | 316 | 172 | 47 | 0 | 51 | 23 | 166 | 56 | 100 |
| Binary | 1111101 | 11001110 | 1111010 | 100111 | 0 | 101001 | 10011 | 1110110 | 101110 | 1000000 |
Color Harmonies of #7DCE7A
Complementary color
Monochromatic Colors of #7DCE7A
Black with #7DCE7A
Text Example
Text Example
White with #7DCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE7A; }
p { color: rgb(125,206,122); }
H1.HeaderClassName
{
color: #7DCE7A;
}
.AnyTagClassName
{
color: #7DCE7A;
}
</style>
background-color css
<style>
a { background-color: #7DCE7A; }
a { background-color: rgb(125,206,122); }
div.DivClassName
{
background-color: #7DCE7A;
}
.BgClassName
{
background-color: #7DCE7A;
}
</style>
border-color css
<style>
span { border-color: #7DCE7A; }
span { border-color: rgb(125,206,122); }
td.TdClassName
{
border-color: #7DCE7A;
}
.TagClassName
{
border-color: #7DCE7A;
}
</style>