Html Css Color HEX #7DAB25 Lima

📋 copy color: '#7DAB25'

red 125 ◦ green 171 ◦ blue 37

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

Shades of Lima #7DAB25

Tints of Lima #7DAB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 37.54%
G = 51.35%
B = 11.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#7DAB25 (or 0x7DAB25) is known color: Lima. HEX triplet: 7D, AB and 25. RGB value is (125,171,37). Sum of RGB (Red+Green+Blue) = 125+171+37=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB25 is #8254DA. Grayscale: #8E8E8E. Windows color (decimal): -8541403 or 2468733. OLE color: 2468733.

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

Color convert

RGB 125 171 37 -
CMYK 0.27 0 0.78 0.33
HSL 80.6º 0.64% 0.41% -
HSV(B) 80.6º 0.78% 0.67% -
XYZ 23.35 33.62 7.01 -
YUV 141.97 68.76 115.9 -
System Red Green Blue C M Y K H S L
Decimal 125 171 37 0.27 0 0.78 0.33 80.6 0.64 0.41
Hex 7D AB 25 1B 0 4E 21 51 40 29
Octal 175 253 45 33 0 116 41 121 100 51
Binary 1111101 10101011 100101 11011 0 1001110 100001 1010001 1000000 101001

Color Harmonies of #7DAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB25

Black with #7DAB25

Text Example


Text Example

White with #7DAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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