Shades of De York #7ABC83
Tints of De York #7ABC83
RGB
CMYK
RGB Variations
Color information
#7ABC83 (or 0x7ABC83) is known color: De York. HEX triplet: 7A, BC and 83. RGB value is (122,188,131). Sum of RGB (Red+Green+Blue) = 122+188+131=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC83 is #85437C. Grayscale: #A1A1A1. Windows color (decimal): -8733565 or 8633466. OLE color: 8633466.
HSL color Cylindrical-coordinate representation of color #7ABC83: hue angle of 128.18º 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 #7ABC83 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 131 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.26 |
| HSL | 128.18º | 0.33% | 0.61% | - |
| HSV(B) | 128.18º | 0.35% | 0.74% | - |
| XYZ | 30.11 | 41.74 | 27.94 | - |
| YUV | 161.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 131 | 0.35 | 0 | 0.30 | 0.26 | 128.18 | 0.33 | 0.61 |
| Hex | 7A | BC | 83 | 23 | 0 | 1E | 1A | 80 | 21 | 3D |
| Octal | 172 | 274 | 203 | 43 | 0 | 36 | 32 | 200 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10000011 | 100011 | 0 | 11110 | 11010 | 10000000 | 100001 | 111101 |
Color Harmonies of #7ABC83
Complementary color
Monochromatic Colors of #7ABC83
Black with #7ABC83
Text Example
Text Example
White with #7ABC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC83; }
p { color: rgb(122,188,131); }
H1.HeaderClassName
{
color: #7ABC83;
}
.AnyTagClassName
{
color: #7ABC83;
}
</style>
background-color css
<style>
a { background-color: #7ABC83; }
a { background-color: rgb(122,188,131); }
div.DivClassName
{
background-color: #7ABC83;
}
.BgClassName
{
background-color: #7ABC83;
}
</style>
border-color css
<style>
span { border-color: #7ABC83; }
span { border-color: rgb(122,188,131); }
td.TdClassName
{
border-color: #7ABC83;
}
.TagClassName
{
border-color: #7ABC83;
}
</style>