#7AD382

Color #7AD382 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7AD382

Tints of De York #7AD382

Color information

#7AD382 (or 0x7AD382) is unknown color: approx De York. HEX triplet: 7A, D3 and 82. RGB value is (122,211,130). Sum of RGB (Red+Green+Blue) = 122+211+130=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD382 is #852C7D. Grayscale: #AFAFAF. Windows color (decimal): -8727678 or 8573818. OLE color: 8573818.

HSL color Cylindrical-coordinate representation of color #7AD382: hue angle of 125.39º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD382 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB122211130-
CMYK0.4200.380.17
HSL125.39º50.28%65.29%-
HSV(B)125.39º42.18%82.75%-
XYZ35.3552.3429.36-
YUV175.16102.5190.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 211 (82.81% from 255) = 45.57%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=26.35%
G=45.57%
B=28.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222111300.4200.380.17125.3950.2865.29
Hex7AD3822A026117d3241
Octal172323202520462117562101
Binary1111010110100111000001010101001001101000111111011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AD382; }

 p { color: rgb(122,211,130); }

 H1.HeaderClassName
 {
   color: #7AD382;
 }
 .AnyTagClassName
 {
   color: #7AD382;
 }
</style>
background-color css

<style>
 a { background-color: #7AD382; }

 a { background-color: rgb(122,211,130); }

 div.DivClassName
 {
   background-color: #7AD382;
 }
 .BgClassName
 {
   background-color: #7AD382;
 }
</style>
border-color css

<style>
 span { border-color: #7AD382; }

 span { border-color: rgb(122,211,130); }

 td.TdClassName
 {
   border-color: #7AD382;
 }
 .TagClassName
 {
   border-color: #7AD382;
 }
</style>