#7FBA1D

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

Shades of Lima #7FBA1D

Tints of Lima #7FBA1D

Color information

#7FBA1D (or 0x7FBA1D) is unknown color: approx Lima. HEX triplet: 7F, BA and 1D. RGB value is (127,186,29). Sum of RGB (Red+Green+Blue) = 127+186+29=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA1D is #8045E2. Grayscale: #979797. Windows color (decimal): -8406499 or 1948287. OLE color: 1948287.

HSL color Cylindrical-coordinate representation of color #7FBA1D: hue angle of 82.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FBA1D is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB12718629-
CMYK0.3200.840.27
HSL82.55º73.02%42.16%-
HSV(B)82.55º84.41%72.94%-
XYZ26.5339.727.43-
YUV150.4659.45111.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 186 (73.05% from 255) = 54.39%
BLUE value IS 29 (11.72% from 255) = 8.48%
R=37.13%
G=54.39%
B=8.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127186290.3200.840.2782.5573.0242.16
Hex7FBA1D200541B53492a
Octal177272354001243312311152
Binary11111111011101011101100000010101001101110100111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,29); }

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

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

 a { background-color: rgb(127,186,29); }

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

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

 span { border-color: rgb(127,186,29); }

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