#7AD596

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

Shades of De York #7AD596

Tints of De York #7AD596

Color information

#7AD596 (or 0x7AD596) is unknown color: approx De York. HEX triplet: 7A, D5 and 96. RGB value is (122,213,150). Sum of RGB (Red+Green+Blue) = 122+213+150=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD596 is #852A69. Grayscale: #B2B2B2. Windows color (decimal): -8727146 or 9885050. OLE color: 9885050.

HSL color Cylindrical-coordinate representation of color #7AD596: hue angle of 138.46º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD596 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB122213150-
CMYK0.4300.300.16
HSL138.46º52%65.69%-
HSV(B)138.46º42.72%83.53%-
XYZ37.3353.9337.3-
YUV178.61111.8587.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=25.15%
G=43.92%
B=30.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222131500.4300.300.16138.465265.69
Hex7AD5962B01E108a3442
Octal172325226530362021264102
Binary1111010110101011001011010101101111010000100010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,213,150); }

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

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

 a { background-color: rgb(122,213,150); }

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

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

 span { border-color: rgb(122,213,150); }

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