#7FB116

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

Shades of Lima #7FB116

Tints of Lima #7FB116

Color information

#7FB116 (or 0x7FB116) is unknown color: approx Lima. HEX triplet: 7F, B1 and 16. RGB value is (127,177,22). Sum of RGB (Red+Green+Blue) = 127+177+22=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB116 is #804EE9. Grayscale: #909090. Windows color (decimal): -8408810 or 1487231. OLE color: 1487231.

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

Color convert

RGB12717722-
CMYK0.2800.880.31
HSL79.35º77.89%39.02%-
HSV(B)79.35º87.57%69.41%-
XYZ24.6236.016.41-
YUV144.3858.94115.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 177 (69.53% from 255) = 54.29%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=38.96%
G=54.29%
B=6.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177220.2800.880.3179.3577.8939.02
Hex7FB1161C0581F4f4e27
Octal177261263401303711711647
Binary1111111101100011011011100010110001111110011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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