Html Css Color HEX #7DA51A Lima

📋 copy color: '#7DA51A'

red 125 ◦ green 165 ◦ blue 26

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

Shades of Lima #7DA51A

Tints of Lima #7DA51A

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 value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#7DA51A (or 0x7DA51A) is known color: 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

RGB 125 165 26 -
CMYK 0.24 0 0.84 0.35
HSL 77.27º 0.73% 0.37% -
HSV(B) 77.27º 0.84% 0.65% -
XYZ 22.1 31.34 5.86 -
YUV 137.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 125 165 26 0.24 0 0.84 0.35 77.27 0.73 0.37
Hex 7D A5 1A 18 0 54 23 4D 49 25
Octal 175 245 32 30 0 124 43 115 111 45
Binary 1111101 10100101 11010 11000 0 1010100 100011 1001101 1001001 100101

Color Harmonies of #7DA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA51A

Black with #7DA51A

Text Example


Text Example

White with #7DA51A

Text Example


Text Example

HTML Codes & Css Web 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>