Shades of De York #7ABE74
Tints of De York #7ABE74
RGB
CMYK
RGB Variations
Color information
#7ABE74 (or 0x7ABE74) is known color: De York. HEX triplet: 7A, BE and 74. RGB value is (122,190,116). Sum of RGB (Red+Green+Blue) = 122+190+116=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE74 is #85418B. Grayscale: #A1A1A1. Windows color (decimal): -8733068 or 7650938. OLE color: 7650938.
HSL color Cylindrical-coordinate representation of color #7ABE74: hue angle of 115.14º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ABE74 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 116 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.25 |
| HSL | 115.14º | 0.36% | 0.6% | - |
| HSV(B) | 115.14º | 0.39% | 0.75% | - |
| XYZ | 29.59 | 42.23 | 23.11 | - |
| YUV | 161.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 116 | 0.36 | 0 | 0.39 | 0.25 | 115.14 | 0.36 | 0.6 |
| Hex | 7A | BE | 74 | 24 | 0 | 27 | 19 | 73 | 24 | 3C |
| Octal | 172 | 276 | 164 | 44 | 0 | 47 | 31 | 163 | 44 | 74 |
| Binary | 1111010 | 10111110 | 1110100 | 100100 | 0 | 100111 | 11001 | 1110011 | 100100 | 111100 |
Color Harmonies of #7ABE74
Complementary color
Monochromatic Colors of #7ABE74
Black with #7ABE74
Text Example
Text Example
White with #7ABE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE74; }
p { color: rgb(122,190,116); }
H1.HeaderClassName
{
color: #7ABE74;
}
.AnyTagClassName
{
color: #7ABE74;
}
</style>
background-color css
<style>
a { background-color: #7ABE74; }
a { background-color: rgb(122,190,116); }
div.DivClassName
{
background-color: #7ABE74;
}
.BgClassName
{
background-color: #7ABE74;
}
</style>
border-color css
<style>
span { border-color: #7ABE74; }
span { border-color: rgb(122,190,116); }
td.TdClassName
{
border-color: #7ABE74;
}
.TagClassName
{
border-color: #7ABE74;
}
</style>