#7AD193

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

Shades of De York #7AD193

Tints of De York #7AD193

Color information

#7AD193 (or 0x7AD193) is unknown color: approx De York. HEX triplet: 7A, D1 and 93. RGB value is (122,209,147). Sum of RGB (Red+Green+Blue) = 122+209+147=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD193 is #852E6C. Grayscale: #B0B0B0. Windows color (decimal): -8728173 or 9687418. OLE color: 9687418.

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

Color convert

RGB122209147-
CMYK0.4200.300.18
HSL137.24º48.6%64.9%-
HSV(B)137.24º41.63%81.96%-
XYZ36.0951.8535.71-
YUV175.92111.6889.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=25.52%
G=43.72%
B=30.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222091470.4200.300.18137.2448.664.9
Hex7AD1932A01E12893141
Octal172321223520362221161101
Binary1111010110100011001001110101001111010010100010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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