#7AD492

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

Shades of De York #7AD492

Tints of De York #7AD492

Color information

#7AD492 (or 0x7AD492) is unknown color: approx De York. HEX triplet: 7A, D4 and 92. RGB value is (122,212,146). Sum of RGB (Red+Green+Blue) = 122+212+146=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD492 is #852B6D. Grayscale: #B1B1B1. Windows color (decimal): -8727406 or 9622650. OLE color: 9622650.

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

Color convert

RGB122212146-
CMYK0.4200.310.17
HSL136º51.14%65.49%-
HSV(B)136º42.45%83.14%-
XYZ36.7653.335.54-
YUV177.57110.1888.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.42%
GREEN value IS 212 (83.20% from 255) = 44.17%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=25.42%
G=44.17%
B=30.42%

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
Decimal1222121460.4200.310.1713651.1465.49
Hex7AD4922A01F11883341
Octal172324222520372121063101
Binary1111010110101001001001010101001111110001100010001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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