Shades of De York #7ABE82
Tints of De York #7ABE82
RGB
CMYK
RGB Variations
Color information
#7ABE82 (or 0x7ABE82) is known color: De York. HEX triplet: 7A, BE and 82. RGB value is (122,190,130). Sum of RGB (Red+Green+Blue) = 122+190+130=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE82 is #85417D. Grayscale: #A3A3A3. Windows color (decimal): -8733054 or 8568442. OLE color: 8568442.
HSL color Cylindrical-coordinate representation of color #7ABE82: hue angle of 127.06º 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 #7ABE82 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 130 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.25 |
| HSL | 127.06º | 0.34% | 0.61% | - |
| HSV(B) | 127.06º | 0.36% | 0.75% | - |
| XYZ | 30.47 | 42.58 | 27.73 | - |
| YUV | 162.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 130 | 0.36 | 0 | 0.32 | 0.25 | 127.06 | 0.34 | 0.61 |
| Hex | 7A | BE | 82 | 24 | 0 | 20 | 19 | 7F | 22 | 3D |
| Octal | 172 | 276 | 202 | 44 | 0 | 40 | 31 | 177 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10000010 | 100100 | 0 | 100000 | 11001 | 1111111 | 100010 | 111101 |
Color Harmonies of #7ABE82
Complementary color
Monochromatic Colors of #7ABE82
Black with #7ABE82
Text Example
Text Example
White with #7ABE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE82; }
p { color: rgb(122,190,130); }
H1.HeaderClassName
{
color: #7ABE82;
}
.AnyTagClassName
{
color: #7ABE82;
}
</style>
background-color css
<style>
a { background-color: #7ABE82; }
a { background-color: rgb(122,190,130); }
div.DivClassName
{
background-color: #7ABE82;
}
.BgClassName
{
background-color: #7ABE82;
}
</style>
border-color css
<style>
span { border-color: #7ABE82; }
span { border-color: rgb(122,190,130); }
td.TdClassName
{
border-color: #7ABE82;
}
.TagClassName
{
border-color: #7ABE82;
}
</style>