Html Css Color HEX #7DA919 Lima

📋 copy color: '#7DA919'

red 125 ◦ green 169 ◦ blue 25

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

Shades of Lima #7DA919

Tints of Lima #7DA919

RGB

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

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

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

R = 39.18%
G = 52.98%
B = 7.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#7DA919 (or 0x7DA919) is known color: Lima. HEX triplet: 7D, A9 and 19. RGB value is (125,169,25). Sum of RGB (Red+Green+Blue) = 125+169+25=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA919 is #8256E6. Grayscale: #8B8B8B. Windows color (decimal): -8541927 or 1681789. OLE color: 1681789.

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

Color convert

RGB 125 169 25 -
CMYK 0.26 0 0.85 0.34
HSL 78.33º 0.74% 0.38% -
HSV(B) 78.33º 0.85% 0.66% -
XYZ 22.82 32.81 6.05 -
YUV 139.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 125 169 25 0.26 0 0.85 0.34 78.33 0.74 0.38
Hex 7D A9 19 1A 0 55 22 4E 4A 26
Octal 175 251 31 32 0 125 42 116 112 46
Binary 1111101 10101001 11001 11010 0 1010101 100010 1001110 1001010 100110

Color Harmonies of #7DA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA919

Black with #7DA919

Text Example


Text Example

White with #7DA919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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