Shades of De York #7AC282
Tints of De York #7AC282
RGB
CMYK
RGB Variations
Color information
#7AC282 (or 0x7AC282) is known color: De York. HEX triplet: 7A, C2 and 82. RGB value is (122,194,130). Sum of RGB (Red+Green+Blue) = 122+194+130=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC282 is #853D7D. Grayscale: #A5A5A5. Windows color (decimal): -8732030 or 8569466. OLE color: 8569466.
HSL color Cylindrical-coordinate representation of color #7AC282: hue angle of 126.67º 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 #7AC282 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 130 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.24 |
| HSL | 126.67º | 0.37% | 0.62% | - |
| HSV(B) | 126.67º | 0.37% | 0.76% | - |
| XYZ | 31.35 | 44.33 | 28.02 | - |
| YUV | 165.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 130 | 0.37 | 0 | 0.33 | 0.24 | 126.67 | 0.37 | 0.62 |
| Hex | 7A | C2 | 82 | 25 | 0 | 21 | 18 | 7F | 25 | 3E |
| Octal | 172 | 302 | 202 | 45 | 0 | 41 | 30 | 177 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10000010 | 100101 | 0 | 100001 | 11000 | 1111111 | 100101 | 111110 |
Color Harmonies of #7AC282
Complementary color
Monochromatic Colors of #7AC282
Black with #7AC282
Text Example
Text Example
White with #7AC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC282; }
p { color: rgb(122,194,130); }
H1.HeaderClassName
{
color: #7AC282;
}
.AnyTagClassName
{
color: #7AC282;
}
</style>
background-color css
<style>
a { background-color: #7AC282; }
a { background-color: rgb(122,194,130); }
div.DivClassName
{
background-color: #7AC282;
}
.BgClassName
{
background-color: #7AC282;
}
</style>
border-color css
<style>
span { border-color: #7AC282; }
span { border-color: rgb(122,194,130); }
td.TdClassName
{
border-color: #7AC282;
}
.TagClassName
{
border-color: #7AC282;
}
</style>