Shades of De York #7AC385
Tints of De York #7AC385
RGB
CMYK
RGB Variations
Color information
#7AC385 (or 0x7AC385) is known color: De York. HEX triplet: 7A, C3 and 85. RGB value is (122,195,133). Sum of RGB (Red+Green+Blue) = 122+195+133=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC385 is #853C7A. Grayscale: #A6A6A6. Windows color (decimal): -8731771 or 8766330. OLE color: 8766330.
HSL color Cylindrical-coordinate representation of color #7AC385: hue angle of 129.04º degrees, saturation: 0.38, 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 #7AC385 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 133 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.24 |
| HSL | 129.04º | 0.38% | 0.62% | - |
| HSV(B) | 129.04º | 0.37% | 0.76% | - |
| XYZ | 31.77 | 44.86 | 29.17 | - |
| YUV | 166.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 133 | 0.37 | 0 | 0.32 | 0.24 | 129.04 | 0.38 | 0.62 |
| Hex | 7A | C3 | 85 | 25 | 0 | 20 | 18 | 81 | 26 | 3E |
| Octal | 172 | 303 | 205 | 45 | 0 | 40 | 30 | 201 | 46 | 76 |
| Binary | 1111010 | 11000011 | 10000101 | 100101 | 0 | 100000 | 11000 | 10000001 | 100110 | 111110 |
Color Harmonies of #7AC385
Complementary color
Monochromatic Colors of #7AC385
Black with #7AC385
Text Example
Text Example
White with #7AC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC385; }
p { color: rgb(122,195,133); }
H1.HeaderClassName
{
color: #7AC385;
}
.AnyTagClassName
{
color: #7AC385;
}
</style>
background-color css
<style>
a { background-color: #7AC385; }
a { background-color: rgb(122,195,133); }
div.DivClassName
{
background-color: #7AC385;
}
.BgClassName
{
background-color: #7AC385;
}
</style>
border-color css
<style>
span { border-color: #7AC385; }
span { border-color: rgb(122,195,133); }
td.TdClassName
{
border-color: #7AC385;
}
.TagClassName
{
border-color: #7AC385;
}
</style>