#7AD384

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

Shades of De York #7AD384

Tints of De York #7AD384

Color information

#7AD384 (or 0x7AD384) is unknown color: approx De York. HEX triplet: 7A, D3 and 84. RGB value is (122,211,132). Sum of RGB (Red+Green+Blue) = 122+211+132=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD384 is #852C7B. Grayscale: #AFAFAF. Windows color (decimal): -8727676 or 8704890. OLE color: 8704890.

HSL color Cylindrical-coordinate representation of color #7AD384: hue angle of 126.74º 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 #7AD384 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB122211132-
CMYK0.4200.370.17
HSL126.74º50.28%65.29%-
HSV(B)126.74º42.18%82.75%-
XYZ35.4952.3930.07-
YUV175.38103.5189.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 211 (82.81% from 255) = 45.38%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=26.24%
G=45.38%
B=28.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222111320.4200.370.17126.7450.2865.29
Hex7AD3842A025117f3241
Octal172323204520452117762101
Binary1111010110100111000010010101001001011000111111111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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