#7FB130

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

Shades of Lima #7FB130

Tints of Lima #7FB130

Color information

#7FB130 (or 0x7FB130) is unknown color: approx Lima. HEX triplet: 7F, B1 and 30. RGB value is (127,177,48). Sum of RGB (Red+Green+Blue) = 127+177+48=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB130 is #804ECF. Grayscale: #939393. Windows color (decimal): -8408784 or 3191167. OLE color: 3191167.

HSL color Cylindrical-coordinate representation of color #7FB130: hue angle of 83.26º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FB130 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB12717748-
CMYK0.2800.730.31
HSL83.26º57.33%44.12%-
HSV(B)83.26º72.88%69.41%-
XYZ25.0136.178.46-
YUV147.3471.94113.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 177 (69.53% from 255) = 50.28%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=36.08%
G=50.28%
B=13.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177480.2800.730.3183.2657.3344.12
Hex7FB1301C0491F53392c
Octal17726160340111371237154
Binary1111111101100011100001110001001001111111010011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,48); }

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

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

 a { background-color: rgb(127,177,48); }

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

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

 span { border-color: rgb(127,177,48); }

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