Html Css Color HEX #7DA41A Lima

📋 copy color: '#7DA41A'

red 125 ◦ green 164 ◦ blue 26

#7DA41A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DA41A

Tints of Lima #7DA41A

RGB

 RED value IS 125 (49.22% from 255) = 39.68%

 GREEN value IS 164 (64.45% from 255) = 52.06%

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 39.68%
G = 52.06%
B = 8.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#7DA41A (or 0x7DA41A) is known color: Lima. HEX triplet: 7D, A4 and 1A. RGB value is (125,164,26). Sum of RGB (Red+Green+Blue) = 125+164+26=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA41A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA41A is #825BE5. Grayscale: #898989. Windows color (decimal): -8543206 or 1746045. OLE color: 1746045.

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

Color convert

RGB 125 164 26 -
CMYK 0.24 0 0.84 0.36
HSL 76.96º 0.73% 0.37% -
HSV(B) 76.96º 0.84% 0.64% -
XYZ 21.92 30.99 5.8 -
YUV 136.61 65.58 119.72 -
System Red Green Blue C M Y K H S L
Decimal 125 164 26 0.24 0 0.84 0.36 76.96 0.73 0.37
Hex 7D A4 1A 18 0 54 24 4D 49 25
Octal 175 244 32 30 0 124 44 115 111 45
Binary 1111101 10100100 11010 11000 0 1010100 100100 1001101 1001001 100101

Color Harmonies of #7DA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA41A

Black with #7DA41A

Text Example


Text Example

White with #7DA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA41A;
 }
 .AnyTagClassName
 {
   color: #7DA41A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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