Shades of De York #7ABC81
Tints of De York #7ABC81
RGB
CMYK
RGB Variations
Color information
#7ABC81 (or 0x7ABC81) is known color: De York. HEX triplet: 7A, BC and 81. RGB value is (122,188,129). Sum of RGB (Red+Green+Blue) = 122+188+129=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC81 is #85437E. Grayscale: #A1A1A1. Windows color (decimal): -8733567 or 8502394. OLE color: 8502394.
HSL color Cylindrical-coordinate representation of color #7ABC81: hue angle of 126.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABC81 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 129 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.26 |
| HSL | 126.36º | 0.33% | 0.61% | - |
| HSV(B) | 126.36º | 0.35% | 0.74% | - |
| XYZ | 29.97 | 41.69 | 27.24 | - |
| YUV | 161.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 129 | 0.35 | 0 | 0.31 | 0.26 | 126.36 | 0.33 | 0.61 |
| Hex | 7A | BC | 81 | 23 | 0 | 1F | 1A | 7E | 21 | 3D |
| Octal | 172 | 274 | 201 | 43 | 0 | 37 | 32 | 176 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10000001 | 100011 | 0 | 11111 | 11010 | 1111110 | 100001 | 111101 |
Color Harmonies of #7ABC81
Complementary color
Monochromatic Colors of #7ABC81
Black with #7ABC81
Text Example
Text Example
White with #7ABC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC81; }
p { color: rgb(122,188,129); }
H1.HeaderClassName
{
color: #7ABC81;
}
.AnyTagClassName
{
color: #7ABC81;
}
</style>
background-color css
<style>
a { background-color: #7ABC81; }
a { background-color: rgb(122,188,129); }
div.DivClassName
{
background-color: #7ABC81;
}
.BgClassName
{
background-color: #7ABC81;
}
</style>
border-color css
<style>
span { border-color: #7ABC81; }
span { border-color: rgb(122,188,129); }
td.TdClassName
{
border-color: #7ABC81;
}
.TagClassName
{
border-color: #7ABC81;
}
</style>