#7EB80F

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

Shades of Lima #7EB80F

Tints of Lima #7EB80F

Color information

#7EB80F (or 0x7EB80F) is unknown color: approx Lima. HEX triplet: 7E, B8 and 0F. RGB value is (126,184,15). Sum of RGB (Red+Green+Blue) = 126+184+15=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB80F is #8147F0. Grayscale: #949494. Windows color (decimal): -8472561 or 1030270. OLE color: 1030270.

HSL color Cylindrical-coordinate representation of color #7EB80F: hue angle of 80.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EB80F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB12618415-
CMYK0.3200.920.28
HSL80.59º84.92%39.02%-
HSV(B)80.59º91.85%72.16%-
XYZ25.8338.756.57-
YUV147.3953.28112.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.77%
GREEN value IS 184 (72.27% from 255) = 56.62%
BLUE value IS 15 (6.25% from 255) = 4.62%
R=38.77%
G=56.62%
B=4.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal126184150.3200.920.2880.5984.9239.02
Hex7EB8F2005C1C515527
Octal176270174001343412112547
Binary1111110101110001111100000010111001110010100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,184,15); }

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

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

 a { background-color: rgb(126,184,15); }

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

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

 span { border-color: rgb(126,184,15); }

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