#7DA51A

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

Shades of Lima #7DA51A

Tints of Lima #7DA51A

Color information

#7DA51A (or 0x7DA51A) is unknown color: approx Lima. HEX triplet: 7D, A5 and 1A. RGB value is (125,165,26). Sum of RGB (Red+Green+Blue) = 125+165+26=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA51A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA51A is #825AE5. Grayscale: #898989. Windows color (decimal): -8542950 or 1746301. OLE color: 1746301.

HSL color Cylindrical-coordinate representation of color #7DA51A: hue angle of 77.27º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DA51A is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB12516526-
CMYK0.2400.840.35
HSL77.27º72.77%37.45%-
HSV(B)77.27º84.24%64.71%-
XYZ22.131.345.86-
YUV137.1965.25119.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.56%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 26 (10.55% from 255) = 8.23%
R=39.56%
G=52.22%
B=8.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125165260.2400.840.3577.2772.7737.45
Hex7DA51A18054234d4925
Octal175245323001244311511145
Binary11111011010010111010110000101010010001110011011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,26); }

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

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

 a { background-color: rgb(125,165,26); }

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

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

 span { border-color: rgb(125,165,26); }

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