#7EAD1F

Color #7EAD1F Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EAD1F

Tints of Lima #7EAD1F

Color information

#7EAD1F (or 0x7EAD1F) is unknown color: approx Lima. HEX triplet: 7E, AD and 1F. RGB value is (126,173,31). Sum of RGB (Red+Green+Blue) = 126+173+31=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAD1F is #8152E0. Grayscale: #8F8F8F. Windows color (decimal): -8475361 or 2076030. OLE color: 2076030.

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

Color convert

RGB12617331-
CMYK0.2700.820.32
HSL79.86º69.61%40%-
HSV(B)79.86º82.08%67.84%-
XYZ23.834.426.69-
YUV142.7664.93116.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 173 (67.97% from 255) = 52.42%
BLUE value IS 31 (12.5% from 255) = 9.39%
R=38.18%
G=52.42%
B=9.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126173310.2700.820.3279.8669.6140
Hex7EAD1F1B05220504628
Octal176255373301224012010650
Binary11111101010110111111110110101001010000010100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,31); }

 H1.HeaderClassName
 {
   color: #7EAD1F;
 }
 .AnyTagClassName
 {
   color: #7EAD1F;
 }
</style>
background-color css

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

 a { background-color: rgb(126,173,31); }

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

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

 span { border-color: rgb(126,173,31); }

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