Html Css Color HEX #7DA40A Lima

📋 copy color: '#7DA40A'

red 125 ◦ green 164 ◦ blue 10

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

Shades of Lima #7DA40A

Tints of Lima #7DA40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 41.81%
G = 54.85%
B = 3.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#7DA40A (or 0x7DA40A) is known color: Lima. HEX triplet: 7D, A4 and 0A. RGB value is (125,164,10). Sum of RGB (Red+Green+Blue) = 125+164+10=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA40A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA40A is #825BF5. Grayscale: #878787. Windows color (decimal): -8543222 or 697469. OLE color: 697469.

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

Color convert

RGB 125 164 10 -
CMYK 0.24 0 0.94 0.36
HSL 75.19º 0.89% 0.34% -
HSV(B) 75.19º 0.94% 0.64% -
XYZ 21.79 30.93 5.11 -
YUV 134.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 125 164 10 0.24 0 0.94 0.36 75.19 0.89 0.34
Hex 7D A4 A 18 0 5E 24 4B 59 22
Octal 175 244 12 30 0 136 44 113 131 42
Binary 1111101 10100100 1010 11000 0 1011110 100100 1001011 1011001 100010

Color Harmonies of #7DA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA40A

Black with #7DA40A

Text Example


Text Example

White with #7DA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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