#7FBF19

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

Shades of Lima #7FBF19

Tints of Lima #7FBF19

Color information

#7FBF19 (or 0x7FBF19) is unknown color: approx Lima. HEX triplet: 7F, BF and 19. RGB value is (127,191,25). Sum of RGB (Red+Green+Blue) = 127+191+25=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBF19 is #8040E6. Grayscale: #999999. Windows color (decimal): -8405223 or 1687423. OLE color: 1687423.

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

Color convert

RGB12719125-
CMYK0.3400.870.25
HSL83.13º76.85%42.35%-
HSV(B)83.13º86.91%74.9%-
XYZ27.5641.847.54-
YUV152.9455.8109.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 25 (10.16% from 255) = 7.29%
R=37.03%
G=55.69%
B=7.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127191250.3400.870.2583.1376.8542.35
Hex7FBF192205719534d2a
Octal177277314201273112311552
Binary11111111011111111001100010010101111100110100111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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