Html Css Color HEX #7EA411 Lima

📋 copy color: '#7EA411'

red 126 ◦ green 164 ◦ blue 17

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

Shades of Lima #7EA411

Tints of Lima #7EA411

RGB

 RED value IS 126 (49.61% from 255) = 41.04%

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

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

R = 41.04%
G = 53.42%
B = 5.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#7EA411 (or 0x7EA411) is known color: Lima. HEX triplet: 7E, A4 and 11. RGB value is (126,164,17). Sum of RGB (Red+Green+Blue) = 126+164+17=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA411 is #815BEE. Grayscale: #888888. Windows color (decimal): -8477679 or 1156222. OLE color: 1156222.

HSL color Cylindrical-coordinate representation of color #7EA411: hue angle of 75.51º 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 #7EA411 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 164 17 -
CMYK 0.23 0 0.90 0.36
HSL 75.51º 0.81% 0.35% -
HSV(B) 75.51º 0.9% 0.64% -
XYZ 21.98 31.03 5.36 -
YUV 135.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 126 164 17 0.23 0 0.90 0.36 75.51 0.81 0.35
Hex 7E A4 11 17 0 5A 24 4C 51 23
Octal 176 244 21 27 0 132 44 114 121 43
Binary 1111110 10100100 10001 10111 0 1011010 100100 1001100 1010001 100011

Color Harmonies of #7EA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA411

Black with #7EA411

Text Example


Text Example

White with #7EA411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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