Shades of De York #7AD285
Tints of De York #7AD285
RGB
CMYK
RGB Variations
Color information
#7AD285 (or 0x7AD285) is known color: De York. HEX triplet: 7A, D2 and 85. RGB value is (122,210,133). Sum of RGB (Red+Green+Blue) = 122+210+133=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD285 is #852D7A. Grayscale: #AFAFAF. Windows color (decimal): -8727931 or 8770170. OLE color: 8770170.
HSL color Cylindrical-coordinate representation of color #7AD285: hue angle of 127.5º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD285 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 133 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.18 |
| HSL | 127.5º | 0.49% | 0.65% | - |
| HSV(B) | 127.5º | 0.42% | 0.82% | - |
| XYZ | 35.31 | 51.92 | 30.35 | - |
| YUV | 174.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 133 | 0.42 | 0 | 0.37 | 0.18 | 127.5 | 0.49 | 0.65 |
| Hex | 7A | D2 | 85 | 2A | 0 | 25 | 12 | 80 | 31 | 41 |
| Octal | 172 | 322 | 205 | 52 | 0 | 45 | 22 | 200 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10000101 | 101010 | 0 | 100101 | 10010 | 10000000 | 110001 | 1000001 |
Color Harmonies of #7AD285
Complementary color
Monochromatic Colors of #7AD285
Black with #7AD285
Text Example
Text Example
White with #7AD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD285; }
p { color: rgb(122,210,133); }
H1.HeaderClassName
{
color: #7AD285;
}
.AnyTagClassName
{
color: #7AD285;
}
</style>
background-color css
<style>
a { background-color: #7AD285; }
a { background-color: rgb(122,210,133); }
div.DivClassName
{
background-color: #7AD285;
}
.BgClassName
{
background-color: #7AD285;
}
</style>
border-color css
<style>
span { border-color: #7AD285; }
span { border-color: rgb(122,210,133); }
td.TdClassName
{
border-color: #7AD285;
}
.TagClassName
{
border-color: #7AD285;
}
</style>