Html Css Color HEX #7DA120 Lima

📋 copy color: '#7DA120'

red 125 ◦ green 161 ◦ blue 32

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

Shades of Lima #7DA120

Tints of Lima #7DA120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 39.31%
G = 50.63%
B = 10.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#7DA120 (or 0x7DA120) is known color: Lima. HEX triplet: 7D, A1 and 20. RGB value is (125,161,32). Sum of RGB (Red+Green+Blue) = 125+161+32=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA120 is #825EDF. Grayscale: #888888. Windows color (decimal): -8543968 or 2138493. OLE color: 2138493.

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

Color convert

RGB 125 161 32 -
CMYK 0.22 0 0.80 0.37
HSL 76.74º 0.67% 0.38% -
HSV(B) 76.74º 0.8% 0.63% -
XYZ 21.46 29.95 6.02 -
YUV 135.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 125 161 32 0.22 0 0.80 0.37 76.74 0.67 0.38
Hex 7D A1 20 16 0 50 25 4D 43 26
Octal 175 241 40 26 0 120 45 115 103 46
Binary 1111101 10100001 100000 10110 0 1010000 100101 1001101 1000011 100110

Color Harmonies of #7DA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA120

Black with #7DA120

Text Example


Text Example

White with #7DA120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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