Html Css Color HEX #7DA411 Lima

📋 copy color: '#7DA411'

red 125 ◦ green 164 ◦ blue 17

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

Shades of Lima #7DA411

Tints of Lima #7DA411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.59%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 40.85%
G = 53.59%
B = 5.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#7DA411 (or 0x7DA411) is known color: Lima. HEX triplet: 7D, A4 and 11. RGB value is (125,164,17). Sum of RGB (Red+Green+Blue) = 125+164+17=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA411 is #825BEE. Grayscale: #888888. Windows color (decimal): -8543215 or 1156221. OLE color: 1156221.

HSL color Cylindrical-coordinate representation of color #7DA411: hue angle of 75.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DA411 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 164 17 -
CMYK 0.24 0 0.90 0.36
HSL 75.92º 0.81% 0.35% -
HSV(B) 75.92º 0.9% 0.64% -
XYZ 21.83 30.95 5.35 -
YUV 135.58 61.08 120.45 -
System Red Green Blue C M Y K H S L
Decimal 125 164 17 0.24 0 0.90 0.36 75.92 0.81 0.35
Hex 7D A4 11 18 0 5A 24 4C 51 23
Octal 175 244 21 30 0 132 44 114 121 43
Binary 1111101 10100100 10001 11000 0 1011010 100100 1001100 1010001 100011

Color Harmonies of #7DA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA411

Black with #7DA411

Text Example


Text Example

White with #7DA411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,164,17); }

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

background-color css

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

 a { background-color: rgb(125,164,17); }

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

border-color css

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

 span { border-color: rgb(125,164,17); }

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