#7AD493

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

Shades of De York #7AD493

Tints of De York #7AD493

Color information

#7AD493 (or 0x7AD493) is unknown color: approx De York. HEX triplet: 7A, D4 and 93. RGB value is (122,212,147). Sum of RGB (Red+Green+Blue) = 122+212+147=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD493 is #852B6C. Grayscale: #B1B1B1. Windows color (decimal): -8727405 or 9688186. OLE color: 9688186.

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

Color convert

RGB122212147-
CMYK0.4200.310.17
HSL136.67º51.14%65.49%-
HSV(B)136.67º42.45%83.14%-
XYZ36.8453.3335.96-
YUV177.68110.6888.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=25.36%
G=44.07%
B=30.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222121470.4200.310.17136.6751.1465.49
Hex7AD4932A01F11893341
Octal172324223520372121163101
Binary1111010110101001001001110101001111110001100010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,212,147); }

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

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

 a { background-color: rgb(122,212,147); }

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

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

 span { border-color: rgb(122,212,147); }

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