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