#7FB50F

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

Shades of Lima #7FB50F

Tints of Lima #7FB50F

Color information

#7FB50F (or 0x7FB50F) is unknown color: approx Lima. HEX triplet: 7F, B5 and 0F. RGB value is (127,181,15). Sum of RGB (Red+Green+Blue) = 127+181+15=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB50F is #804AF0. Grayscale: #929292. Windows color (decimal): -8407793 or 1029503. OLE color: 1029503.

HSL color Cylindrical-coordinate representation of color #7FB50F: hue angle of 79.52º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FB50F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB12718115-
CMYK0.3000.920.29
HSL79.52º84.69%38.43%-
HSV(B)79.52º91.71%70.98%-
XYZ25.3637.596.37-
YUV145.9354.11114.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.32%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=39.32%
G=56.04%
B=4.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127181150.3000.920.2979.5284.6938.43
Hex7FB5F1E05C1D505526
Octal177265173601343512012546
Binary111111110110101111111110010111001110110100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,181,15); }

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

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

 a { background-color: rgb(127,181,15); }

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

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

 span { border-color: rgb(127,181,15); }

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