Html Css Color HEX #7DA019 Lima

📋 copy color: '#7DA019'

red 125 ◦ green 160 ◦ blue 25

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

Shades of Lima #7DA019

Tints of Lima #7DA019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

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

R = 40.32%
G = 51.61%
B = 8.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#7DA019 (or 0x7DA019) is known color: Lima. HEX triplet: 7D, A0 and 19. RGB value is (125,160,25). Sum of RGB (Red+Green+Blue) = 125+160+25=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA019 is #825FE6. Grayscale: #868686. Windows color (decimal): -8544231 or 1679485. OLE color: 1679485.

HSL color Cylindrical-coordinate representation of color #7DA019: hue angle of 75.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DA019 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 160 25 -
CMYK 0.22 0 0.84 0.37
HSL 75.56º 0.73% 0.36% -
HSV(B) 75.56º 0.84% 0.63% -
XYZ 21.2 29.57 5.51 -
YUV 134.15 66.4 121.48 -
System Red Green Blue C M Y K H S L
Decimal 125 160 25 0.22 0 0.84 0.37 75.56 0.73 0.36
Hex 7D A0 19 16 0 54 25 4C 49 24
Octal 175 240 31 26 0 124 45 114 111 44
Binary 1111101 10100000 11001 10110 0 1010100 100101 1001100 1001001 100100

Color Harmonies of #7DA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA019

Black with #7DA019

Text Example


Text Example

White with #7DA019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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