Html Css Color HEX #7DA924 Lima

📋 copy color: '#7DA924'

red 125 ◦ green 169 ◦ blue 36

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

Shades of Lima #7DA924

Tints of Lima #7DA924

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.21%

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

R = 37.88%
G = 51.21%
B = 10.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#7DA924 (or 0x7DA924) is known color: Lima. HEX triplet: 7D, A9 and 24. RGB value is (125,169,36). Sum of RGB (Red+Green+Blue) = 125+169+36=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA924 is #8256DB. Grayscale: #8D8D8D. Windows color (decimal): -8541916 or 2402685. OLE color: 2402685.

HSL color Cylindrical-coordinate representation of color #7DA924: hue angle of 79.85º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DA924 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 169 36 -
CMYK 0.26 0 0.79 0.34
HSL 79.85º 0.65% 0.4% -
HSV(B) 79.85º 0.79% 0.66% -
XYZ 22.96 32.86 6.8 -
YUV 140.68 68.92 116.81 -
System Red Green Blue C M Y K H S L
Decimal 125 169 36 0.26 0 0.79 0.34 79.85 0.65 0.4
Hex 7D A9 24 1A 0 4F 22 50 41 28
Octal 175 251 44 32 0 117 42 120 101 50
Binary 1111101 10101001 100100 11010 0 1001111 100010 1010000 1000001 101000

Color Harmonies of #7DA924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA924

Black with #7DA924

Text Example


Text Example

White with #7DA924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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