Html Css Color HEX #7DA11A Lima

📋 copy color: '#7DA11A'

red 125 ◦ green 161 ◦ blue 26

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

Shades of Lima #7DA11A

Tints of Lima #7DA11A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.6%

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

R = 40.06%
G = 51.6%
B = 8.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#7DA11A (or 0x7DA11A) is known color: Lima. HEX triplet: 7D, A1 and 1A. RGB value is (125,161,26). Sum of RGB (Red+Green+Blue) = 125+161+26=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA11A is #825EE5. Grayscale: #878787. Windows color (decimal): -8543974 or 1745277. OLE color: 1745277.

HSL color Cylindrical-coordinate representation of color #7DA11A: hue angle of 76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DA11A is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 26 -
CMYK 0.22 0 0.84 0.37
HSL 76º 0.72% 0.37% -
HSV(B) 76º 0.84% 0.63% -
XYZ 21.39 29.92 5.63 -
YUV 134.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 125 161 26 0.22 0 0.84 0.37 76 0.72 0.37
Hex 7D A1 1A 16 0 54 25 4C 48 25
Octal 175 241 32 26 0 124 45 114 110 45
Binary 1111101 10100001 11010 10110 0 1010100 100101 1001100 1001000 100101

Color Harmonies of #7DA11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA11A

Black with #7DA11A

Text Example


Text Example

White with #7DA11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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