#7FA81B

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

Shades of Lima #7FA81B

Tints of Lima #7FA81B

Color information

#7FA81B (or 0x7FA81B) is unknown color: approx Lima. HEX triplet: 7F, A8 and 1B. RGB value is (127,168,27). Sum of RGB (Red+Green+Blue) = 127+168+27=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA81B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA81B is #8057E4. Grayscale: #8C8C8C. Windows color (decimal): -8411109 or 1812607. OLE color: 1812607.

HSL color Cylindrical-coordinate representation of color #7FA81B: hue angle of 77.45º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FA81B is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB12716827-
CMYK0.2400.840.34
HSL77.45º72.31%38.24%-
HSV(B)77.45º83.93%65.88%-
XYZ22.9532.66.12-
YUV139.6764.42118.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.44%
GREEN value IS 168 (66.02% from 255) = 52.17%
BLUE value IS 27 (10.94% from 255) = 8.39%
R=39.44%
G=52.17%
B=8.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127168270.2400.840.3477.4572.3138.24
Hex7FA81B18054224d4826
Octal177250333001244211511046
Binary11111111010100011011110000101010010001010011011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,27); }

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

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

 a { background-color: rgb(127,168,27); }

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

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

 span { border-color: rgb(127,168,27); }

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