#7AD994

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

Shades of De York #7AD994

Tints of De York #7AD994

Color information

#7AD994 (or 0x7AD994) is unknown color: approx De York. HEX triplet: 7A, D9 and 94. RGB value is (122,217,148). Sum of RGB (Red+Green+Blue) = 122+217+148=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD994 is #85266B. Grayscale: #B4B4B4. Windows color (decimal): -8726124 or 9755002. OLE color: 9755002.

HSL color Cylindrical-coordinate representation of color #7AD994: hue angle of 136.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD994 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB122217148-
CMYK0.4400.320.15
HSL136.42º55.56%66.47%-
HSV(B)136.42º43.78%85.1%-
XYZ38.1855.936.79-
YUV180.73109.5386.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.05%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=25.05%
G=44.56%
B=30.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222171480.4400.320.15136.4255.5666.47
Hex7AD9942C020F883842
Octal172331224540401721070102
Binary1111010110110011001010010110001000001111100010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,217,148); }

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

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

 a { background-color: rgb(122,217,148); }

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

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

 span { border-color: rgb(122,217,148); }

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