Shades of De York #7AC283
Tints of De York #7AC283
RGB
CMYK
RGB Variations
Color information
#7AC283 (or 0x7AC283) is known color: De York. HEX triplet: 7A, C2 and 83. RGB value is (122,194,131). Sum of RGB (Red+Green+Blue) = 122+194+131=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC283 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC283 is #853D7C. Grayscale: #A5A5A5. Windows color (decimal): -8732029 or 8635002. OLE color: 8635002.
HSL color Cylindrical-coordinate representation of color #7AC283: hue angle of 127.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC283 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 131 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.24 |
| HSL | 127.5º | 0.37% | 0.62% | - |
| HSV(B) | 127.5º | 0.37% | 0.76% | - |
| XYZ | 31.41 | 44.36 | 28.38 | - |
| YUV | 165.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 131 | 0.37 | 0 | 0.32 | 0.24 | 127.5 | 0.37 | 0.62 |
| Hex | 7A | C2 | 83 | 25 | 0 | 20 | 18 | 80 | 25 | 3E |
| Octal | 172 | 302 | 203 | 45 | 0 | 40 | 30 | 200 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10000011 | 100101 | 0 | 100000 | 11000 | 10000000 | 100101 | 111110 |
Color Harmonies of #7AC283
Complementary color
Monochromatic Colors of #7AC283
Black with #7AC283
Text Example
Text Example
White with #7AC283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC283; }
p { color: rgb(122,194,131); }
H1.HeaderClassName
{
color: #7AC283;
}
.AnyTagClassName
{
color: #7AC283;
}
</style>
background-color css
<style>
a { background-color: #7AC283; }
a { background-color: rgb(122,194,131); }
div.DivClassName
{
background-color: #7AC283;
}
.BgClassName
{
background-color: #7AC283;
}
</style>
border-color css
<style>
span { border-color: #7AC283; }
span { border-color: rgb(122,194,131); }
td.TdClassName
{
border-color: #7AC283;
}
.TagClassName
{
border-color: #7AC283;
}
</style>