#7EA51D

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

Shades of Lima #7EA51D

Tints of Lima #7EA51D

Color information

#7EA51D (or 0x7EA51D) is unknown color: approx Lima. HEX triplet: 7E, A5 and 1D. RGB value is (126,165,29). Sum of RGB (Red+Green+Blue) = 126+165+29=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA51D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA51D is #815AE2. Grayscale: #8A8A8A. Windows color (decimal): -8477411 or 1942910. OLE color: 1942910.

HSL color Cylindrical-coordinate representation of color #7EA51D: hue angle of 77.21º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EA51D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB12616529-
CMYK0.2400.820.35
HSL77.21º70.1%38.04%-
HSV(B)77.21º82.42%64.71%-
XYZ22.2831.436.06-
YUV137.8466.58119.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 165 (64.84% from 255) = 51.56%
BLUE value IS 29 (11.72% from 255) = 9.06%
R=39.38%
G=51.56%
B=9.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165290.2400.820.3577.2170.138.04
Hex7EA51D18052234d4626
Octal176245353001224311510646
Binary11111101010010111101110000101001010001110011011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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