#7FBF3B

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

Shades of Lima #7FBF3B

Tints of Lima #7FBF3B

Color information

#7FBF3B (or 0x7FBF3B) is unknown color: approx Lima. HEX triplet: 7F, BF and 3B. RGB value is (127,191,59). Sum of RGB (Red+Green+Blue) = 127+191+59=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF3B is #8040C4. Grayscale: #9D9D9D. Windows color (decimal): -8405189 or 3915647. OLE color: 3915647.

HSL color Cylindrical-coordinate representation of color #7FBF3B: hue angle of 89.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FBF3B is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB12719159-
CMYK0.3400.690.25
HSL89.09º52.8%49.02%-
HSV(B)89.09º69.11%74.9%-
XYZ28.1742.0910.78-
YUV156.8272.8106.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.69%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 59 (23.44% from 255) = 15.65%
R=33.69%
G=50.66%
B=15.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127191590.3400.690.2589.0952.849.02
Hex7FBF3B2204519593531
Octal17727773420105311316561
Binary11111111011111111101110001001000101110011011001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,191,59); }

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

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

 a { background-color: rgb(127,191,59); }

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

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

 span { border-color: rgb(127,191,59); }

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