Shades of De York #7AC281
Tints of De York #7AC281
RGB
CMYK
RGB Variations
Color information
#7AC281 (or 0x7AC281) is known color: De York. HEX triplet: 7A, C2 and 81. RGB value is (122,194,129). Sum of RGB (Red+Green+Blue) = 122+194+129=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC281 is #853D7E. Grayscale: #A5A5A5. Windows color (decimal): -8732031 or 8503930. OLE color: 8503930.
HSL color Cylindrical-coordinate representation of color #7AC281: hue angle of 125.83º 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 #7AC281 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 129 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.24 |
| HSL | 125.83º | 0.37% | 0.62% | - |
| HSV(B) | 125.83º | 0.37% | 0.76% | - |
| XYZ | 31.28 | 44.31 | 27.67 | - |
| YUV | 165.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 129 | 0.37 | 0 | 0.34 | 0.24 | 125.83 | 0.37 | 0.62 |
| Hex | 7A | C2 | 81 | 25 | 0 | 22 | 18 | 7E | 25 | 3E |
| Octal | 172 | 302 | 201 | 45 | 0 | 42 | 30 | 176 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10000001 | 100101 | 0 | 100010 | 11000 | 1111110 | 100101 | 111110 |
Color Harmonies of #7AC281
Complementary color
Monochromatic Colors of #7AC281
Black with #7AC281
Text Example
Text Example
White with #7AC281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC281; }
p { color: rgb(122,194,129); }
H1.HeaderClassName
{
color: #7AC281;
}
.AnyTagClassName
{
color: #7AC281;
}
</style>
background-color css
<style>
a { background-color: #7AC281; }
a { background-color: rgb(122,194,129); }
div.DivClassName
{
background-color: #7AC281;
}
.BgClassName
{
background-color: #7AC281;
}
</style>
border-color css
<style>
span { border-color: #7AC281; }
span { border-color: rgb(122,194,129); }
td.TdClassName
{
border-color: #7AC281;
}
.TagClassName
{
border-color: #7AC281;
}
</style>