#7DA20C

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

Shades of Lima #7DA20C

Tints of Lima #7DA20C

Color information

#7DA20C (or 0x7DA20C) is unknown color: approx Lima. HEX triplet: 7D, A2 and 0C. RGB value is (125,162,12). Sum of RGB (Red+Green+Blue) = 125+162+12=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA20C is #825DF3. Grayscale: #868686. Windows color (decimal): -8543732 or 828029. OLE color: 828029.

HSL color Cylindrical-coordinate representation of color #7DA20C: hue angle of 74.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DA20C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB12516212-
CMYK0.2300.930.36
HSL74.8º86.21%34.12%-
HSV(B)74.8º92.59%63.53%-
XYZ21.4430.235.05-
YUV133.8459.24121.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=41.81%
G=54.18%
B=4.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125162120.2300.930.3674.886.2134.12
Hex7DA2C1705D244b5622
Octal175242142701354411312642
Binary1111101101000101100101110101110110010010010111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,12); }

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

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

 a { background-color: rgb(125,162,12); }

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

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

 span { border-color: rgb(125,162,12); }

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