Html Css Color HEX #7DAC19 Lima

📋 copy color: '#7DAC19'

red 125 ◦ green 172 ◦ blue 25

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

Shades of Lima #7DAC19

Tints of Lima #7DAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.42%

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 38.82%
G = 53.42%
B = 7.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#7DAC19 (or 0x7DAC19) is known color: Lima. HEX triplet: 7D, AC and 19. RGB value is (125,172,25). Sum of RGB (Red+Green+Blue) = 125+172+25=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC19 is #8253E6. Grayscale: #8D8D8D. Windows color (decimal): -8541159 or 1682557. OLE color: 1682557.

HSL color Cylindrical-coordinate representation of color #7DAC19: hue angle of 79.18º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DAC19 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 25 -
CMYK 0.27 0 0.85 0.33
HSL 79.18º 0.75% 0.39% -
HSV(B) 79.18º 0.85% 0.67% -
XYZ 23.39 33.94 6.24 -
YUV 141.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 125 172 25 0.27 0 0.85 0.33 79.18 0.75 0.39
Hex 7D AC 19 1B 0 55 21 4F 4B 27
Octal 175 254 31 33 0 125 41 117 113 47
Binary 1111101 10101100 11001 11011 0 1010101 100001 1001111 1001011 100111

Color Harmonies of #7DAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC19

Black with #7DAC19

Text Example


Text Example

White with #7DAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,25); }

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

background-color css

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

 a { background-color: rgb(125,172,25); }

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

border-color css

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

 span { border-color: rgb(125,172,25); }

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