Html Css Color HEX #7DAC1F Lima

📋 copy color: '#7DAC1F'

red 125 ◦ green 172 ◦ blue 31

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

Shades of Lima #7DAC1F

Tints of Lima #7DAC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 38.11%
G = 52.44%
B = 9.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#7DAC1F (or 0x7DAC1F) is known color: Lima. HEX triplet: 7D, AC and 1F. RGB value is (125,172,31). Sum of RGB (Red+Green+Blue) = 125+172+31=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC1F is #8253E0. Grayscale: #8E8E8E. Windows color (decimal): -8541153 or 2075773. OLE color: 2075773.

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

Color convert

RGB 125 172 31 -
CMYK 0.27 0 0.82 0.33
HSL 80º 0.69% 0.4% -
HSV(B) 80º 0.82% 0.67% -
XYZ 23.46 33.96 6.62 -
YUV 141.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 125 172 31 0.27 0 0.82 0.33 80 0.69 0.4
Hex 7D AC 1F 1B 0 52 21 50 45 28
Octal 175 254 37 33 0 122 41 120 105 50
Binary 1111101 10101100 11111 11011 0 1010010 100001 1010000 1000101 101000

Color Harmonies of #7DAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC1F

Black with #7DAC1F

Text Example


Text Example

White with #7DAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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