Shades of De York #7ABE7D
Tints of De York #7ABE7D
RGB
CMYK
RGB Variations
Color information
#7ABE7D (or 0x7ABE7D) is known color: De York. HEX triplet: 7A, BE and 7D. RGB value is (122,190,125). Sum of RGB (Red+Green+Blue) = 122+190+125=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE7D is #854182. Grayscale: #A2A2A2. Windows color (decimal): -8733059 or 8240762. OLE color: 8240762.
HSL color Cylindrical-coordinate representation of color #7ABE7D: hue angle of 122.65º 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 #7ABE7D is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 125 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.25 |
| HSL | 122.65º | 0.34% | 0.61% | - |
| HSV(B) | 122.65º | 0.36% | 0.75% | - |
| XYZ | 30.14 | 42.45 | 26.01 | - |
| YUV | 162.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 125 | 0.36 | 0 | 0.34 | 0.25 | 122.65 | 0.34 | 0.61 |
| Hex | 7A | BE | 7D | 24 | 0 | 22 | 19 | 7B | 22 | 3D |
| Octal | 172 | 276 | 175 | 44 | 0 | 42 | 31 | 173 | 42 | 75 |
| Binary | 1111010 | 10111110 | 1111101 | 100100 | 0 | 100010 | 11001 | 1111011 | 100010 | 111101 |
Color Harmonies of #7ABE7D
Complementary color
Monochromatic Colors of #7ABE7D
Black with #7ABE7D
Text Example
Text Example
White with #7ABE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE7D; }
p { color: rgb(122,190,125); }
H1.HeaderClassName
{
color: #7ABE7D;
}
.AnyTagClassName
{
color: #7ABE7D;
}
</style>
background-color css
<style>
a { background-color: #7ABE7D; }
a { background-color: rgb(122,190,125); }
div.DivClassName
{
background-color: #7ABE7D;
}
.BgClassName
{
background-color: #7ABE7D;
}
</style>
border-color css
<style>
span { border-color: #7ABE7D; }
span { border-color: rgb(122,190,125); }
td.TdClassName
{
border-color: #7ABE7D;
}
.TagClassName
{
border-color: #7ABE7D;
}
</style>