Shades of De York #7ACE80
Tints of De York #7ACE80
RGB
CMYK
RGB Variations
Color information
#7ACE80 (or 0x7ACE80) is known color: De York. HEX triplet: 7A, CE and 80. RGB value is (122,206,128). Sum of RGB (Red+Green+Blue) = 122+206+128=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE80 is #85317F. Grayscale: #ACACAC. Windows color (decimal): -8728960 or 8441466. OLE color: 8441466.
HSL color Cylindrical-coordinate representation of color #7ACE80: hue angle of 124.29º 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 #7ACE80 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 128 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.19 |
| HSL | 124.29º | 0.46% | 0.64% | - |
| HSV(B) | 124.29º | 0.41% | 0.81% | - |
| XYZ | 33.99 | 49.84 | 28.25 | - |
| YUV | 171.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 128 | 0.41 | 0 | 0.38 | 0.19 | 124.29 | 0.46 | 0.64 |
| Hex | 7A | CE | 80 | 29 | 0 | 26 | 13 | 7C | 2E | 40 |
| Octal | 172 | 316 | 200 | 51 | 0 | 46 | 23 | 174 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10000000 | 101001 | 0 | 100110 | 10011 | 1111100 | 101110 | 1000000 |
Color Harmonies of #7ACE80
Complementary color
Monochromatic Colors of #7ACE80
Black with #7ACE80
Text Example
Text Example
White with #7ACE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE80; }
p { color: rgb(122,206,128); }
H1.HeaderClassName
{
color: #7ACE80;
}
.AnyTagClassName
{
color: #7ACE80;
}
</style>
background-color css
<style>
a { background-color: #7ACE80; }
a { background-color: rgb(122,206,128); }
div.DivClassName
{
background-color: #7ACE80;
}
.BgClassName
{
background-color: #7ACE80;
}
</style>
border-color css
<style>
span { border-color: #7ACE80; }
span { border-color: rgb(122,206,128); }
td.TdClassName
{
border-color: #7ACE80;
}
.TagClassName
{
border-color: #7ACE80;
}
</style>