Shades of De York #7ABE80
Tints of De York #7ABE80
RGB
CMYK
RGB Variations
Color information
#7ABE80 (or 0x7ABE80) is known color: De York. HEX triplet: 7A, BE and 80. RGB value is (122,190,128). Sum of RGB (Red+Green+Blue) = 122+190+128=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE80 is #85417F. Grayscale: #A2A2A2. Windows color (decimal): -8733056 or 8437370. OLE color: 8437370.
HSL color Cylindrical-coordinate representation of color #7ABE80: hue angle of 125.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABE80 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 128 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.25 |
| HSL | 125.29º | 0.34% | 0.61% | - |
| HSV(B) | 125.29º | 0.36% | 0.75% | - |
| XYZ | 30.34 | 42.52 | 27.03 | - |
| YUV | 162.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 128 | 0.36 | 0 | 0.33 | 0.25 | 125.29 | 0.34 | 0.61 |
| Hex | 7A | BE | 80 | 24 | 0 | 21 | 19 | 7D | 22 | 3D |
| Octal | 172 | 276 | 200 | 44 | 0 | 41 | 31 | 175 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10000000 | 100100 | 0 | 100001 | 11001 | 1111101 | 100010 | 111101 |
Color Harmonies of #7ABE80
Complementary color
Monochromatic Colors of #7ABE80
Black with #7ABE80
Text Example
Text Example
White with #7ABE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE80; }
p { color: rgb(122,190,128); }
H1.HeaderClassName
{
color: #7ABE80;
}
.AnyTagClassName
{
color: #7ABE80;
}
</style>
background-color css
<style>
a { background-color: #7ABE80; }
a { background-color: rgb(122,190,128); }
div.DivClassName
{
background-color: #7ABE80;
}
.BgClassName
{
background-color: #7ABE80;
}
</style>
border-color css
<style>
span { border-color: #7ABE80; }
span { border-color: rgb(122,190,128); }
td.TdClassName
{
border-color: #7ABE80;
}
.TagClassName
{
border-color: #7ABE80;
}
</style>