Html Css Color HEX #7DA424 Lima

📋 copy color: '#7DA424'

red 125 ◦ green 164 ◦ blue 36

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

Shades of Lima #7DA424

Tints of Lima #7DA424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.08%

R = 38.46%
G = 50.46%
B = 11.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#7DA424 (or 0x7DA424) is known color: Lima. HEX triplet: 7D, A4 and 24. RGB value is (125,164,36). Sum of RGB (Red+Green+Blue) = 125+164+36=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA424 is #825BDB. Grayscale: #8A8A8A. Windows color (decimal): -8543196 or 2401405. OLE color: 2401405.

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

Color convert

RGB 125 164 36 -
CMYK 0.24 0 0.78 0.36
HSL 78.28º 0.64% 0.39% -
HSV(B) 78.28º 0.78% 0.64% -
XYZ 22.05 31.04 6.5 -
YUV 137.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 125 164 36 0.24 0 0.78 0.36 78.28 0.64 0.39
Hex 7D A4 24 18 0 4E 24 4E 40 27
Octal 175 244 44 30 0 116 44 116 100 47
Binary 1111101 10100100 100100 11000 0 1001110 100100 1001110 1000000 100111

Color Harmonies of #7DA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA424

Black with #7DA424

Text Example


Text Example

White with #7DA424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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