#7EAD1D

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

Shades of Lima #7EAD1D

Tints of Lima #7EAD1D

Color information

#7EAD1D (or 0x7EAD1D) is unknown color: approx Lima. HEX triplet: 7E, AD and 1D. RGB value is (126,173,29). Sum of RGB (Red+Green+Blue) = 126+173+29=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAD1D is #8152E2. Grayscale: #8F8F8F. Windows color (decimal): -8475363 or 1944958. OLE color: 1944958.

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

Color convert

RGB12617329-
CMYK0.2700.830.32
HSL79.58º71.29%39.61%-
HSV(B)79.58º83.24%67.84%-
XYZ23.7734.416.55-
YUV142.5363.93116.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.41%
GREEN value IS 173 (67.97% from 255) = 52.74%
BLUE value IS 29 (11.72% from 255) = 8.84%
R=38.41%
G=52.74%
B=8.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126173290.2700.830.3279.5871.2939.61
Hex7EAD1D1B05320504728
Octal176255353301234012010750
Binary11111101010110111101110110101001110000010100001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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