Html Css Color HEX #7DAB19 Lima

📋 copy color: '#7DAB19'

red 125 ◦ green 171 ◦ blue 25

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

Shades of Lima #7DAB19

Tints of Lima #7DAB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.27%

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

R = 38.94%
G = 53.27%
B = 7.79%

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

#7DAB19 (or 0x7DAB19) is known color: Lima. HEX triplet: 7D, AB and 19. RGB value is (125,171,25). Sum of RGB (Red+Green+Blue) = 125+171+25=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB19 is #8254E6. Grayscale: #8D8D8D. Windows color (decimal): -8541415 or 1682301. OLE color: 1682301.

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

Color convert

RGB 125 171 25 -
CMYK 0.27 0 0.85 0.33
HSL 78.9º 0.74% 0.38% -
HSV(B) 78.9º 0.85% 0.67% -
XYZ 23.2 33.56 6.17 -
YUV 140.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 125 171 25 0.27 0 0.85 0.33 78.9 0.74 0.38
Hex 7D AB 19 1B 0 55 21 4F 4A 26
Octal 175 253 31 33 0 125 41 117 112 46
Binary 1111101 10101011 11001 11011 0 1010101 100001 1001111 1001010 100110

Color Harmonies of #7DAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB19

Black with #7DAB19

Text Example


Text Example

White with #7DAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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