Shades of De York #7AD283
Tints of De York #7AD283
RGB
CMYK
RGB Variations
Color information
#7AD283 (or 0x7AD283) is known color: De York. HEX triplet: 7A, D2 and 83. RGB value is (122,210,131). Sum of RGB (Red+Green+Blue) = 122+210+131=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD283 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD283 is #852D7C. Grayscale: #AEAEAE. Windows color (decimal): -8727933 or 8639098. OLE color: 8639098.
HSL color Cylindrical-coordinate representation of color #7AD283: hue angle of 126.14º 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 #7AD283 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 131 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.18 |
| HSL | 126.14º | 0.49% | 0.65% | - |
| HSV(B) | 126.14º | 0.42% | 0.82% | - |
| XYZ | 35.17 | 51.87 | 29.63 | - |
| YUV | 174.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 131 | 0.42 | 0 | 0.38 | 0.18 | 126.14 | 0.49 | 0.65 |
| Hex | 7A | D2 | 83 | 2A | 0 | 26 | 12 | 7E | 31 | 41 |
| Octal | 172 | 322 | 203 | 52 | 0 | 46 | 22 | 176 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10000011 | 101010 | 0 | 100110 | 10010 | 1111110 | 110001 | 1000001 |
Color Harmonies of #7AD283
Complementary color
Monochromatic Colors of #7AD283
Black with #7AD283
Text Example
Text Example
White with #7AD283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD283; }
p { color: rgb(122,210,131); }
H1.HeaderClassName
{
color: #7AD283;
}
.AnyTagClassName
{
color: #7AD283;
}
</style>
background-color css
<style>
a { background-color: #7AD283; }
a { background-color: rgb(122,210,131); }
div.DivClassName
{
background-color: #7AD283;
}
.BgClassName
{
background-color: #7AD283;
}
</style>
border-color css
<style>
span { border-color: #7AD283; }
span { border-color: rgb(122,210,131); }
td.TdClassName
{
border-color: #7AD283;
}
.TagClassName
{
border-color: #7AD283;
}
</style>