Shades of De York #7ACE85
Tints of De York #7ACE85
RGB
CMYK
RGB Variations
Color information
#7ACE85 (or 0x7ACE85) is known color: De York. HEX triplet: 7A, CE and 85. RGB value is (122,206,133). Sum of RGB (Red+Green+Blue) = 122+206+133=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE85 is #85317A. Grayscale: #ACACAC. Windows color (decimal): -8728955 or 8769146. OLE color: 8769146.
HSL color Cylindrical-coordinate representation of color #7ACE85: hue angle of 127.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 #7ACE85 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 133 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.19 |
| HSL | 127.86º | 0.46% | 0.64% | - |
| HSV(B) | 127.86º | 0.41% | 0.81% | - |
| XYZ | 34.33 | 49.97 | 30.03 | - |
| YUV | 172.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 133 | 0.41 | 0 | 0.35 | 0.19 | 127.86 | 0.46 | 0.64 |
| Hex | 7A | CE | 85 | 29 | 0 | 23 | 13 | 80 | 2E | 40 |
| Octal | 172 | 316 | 205 | 51 | 0 | 43 | 23 | 200 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10000101 | 101001 | 0 | 100011 | 10011 | 10000000 | 101110 | 1000000 |
Color Harmonies of #7ACE85
Complementary color
Monochromatic Colors of #7ACE85
Black with #7ACE85
Text Example
Text Example
White with #7ACE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE85; }
p { color: rgb(122,206,133); }
H1.HeaderClassName
{
color: #7ACE85;
}
.AnyTagClassName
{
color: #7ACE85;
}
</style>
background-color css
<style>
a { background-color: #7ACE85; }
a { background-color: rgb(122,206,133); }
div.DivClassName
{
background-color: #7ACE85;
}
.BgClassName
{
background-color: #7ACE85;
}
</style>
border-color css
<style>
span { border-color: #7ACE85; }
span { border-color: rgb(122,206,133); }
td.TdClassName
{
border-color: #7ACE85;
}
.TagClassName
{
border-color: #7ACE85;
}
</style>