Html Css Color HEX #7DA11C Lima

📋 copy color: '#7DA11C'

red 125 ◦ green 161 ◦ blue 28

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

Shades of Lima #7DA11C

Tints of Lima #7DA11C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.27%

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 39.81%
G = 51.27%
B = 8.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#7DA11C (or 0x7DA11C) is known color: Lima. HEX triplet: 7D, A1 and 1C. RGB value is (125,161,28). Sum of RGB (Red+Green+Blue) = 125+161+28=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA11C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA11C is #825EE3. Grayscale: #878787. Windows color (decimal): -8543972 or 1876349. OLE color: 1876349.

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

Color convert

RGB 125 161 28 -
CMYK 0.22 0 0.83 0.37
HSL 76.24º 0.7% 0.37% -
HSV(B) 76.24º 0.83% 0.63% -
XYZ 21.41 29.93 5.75 -
YUV 135.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 125 161 28 0.22 0 0.83 0.37 76.24 0.7 0.37
Hex 7D A1 1C 16 0 53 25 4C 46 25
Octal 175 241 34 26 0 123 45 114 106 45
Binary 1111101 10100001 11100 10110 0 1010011 100101 1001100 1000110 100101

Color Harmonies of #7DA11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA11C

Black with #7DA11C

Text Example


Text Example

White with #7DA11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,28); }

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

background-color css

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

 a { background-color: rgb(125,161,28); }

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

border-color css

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

 span { border-color: rgb(125,161,28); }

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