#7FB100

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

Shades of Lima #7FB100

Tints of Lima #7FB100

Color information

#7FB100 (or 0x7FB100) is unknown color: approx Lima. HEX triplet: 7F, B1 and 00. RGB value is (127,177,0). Sum of RGB (Red+Green+Blue) = 127+177+0=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB100 is #804EFF. Grayscale: #8E8E8E. Windows color (decimal): -8408832 or 45439. OLE color: 45439.

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

Color convert

RGB1271770-
CMYK0.28010.31
HSL76.95º100%34.71%-
HSV(B)76.95º100%69.41%-
XYZ24.4735.965.65-
YUV141.8747.94117.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.78%
GREEN value IS 177 (69.53% from 255) = 58.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.78%
G=58.22%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12717700.28010.3176.9510034.71
Hex7FB101C0641F4d6423
Octal17726103401443711514443
Binary111111110110001011100011001001111110011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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