#7CA81F

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

Shades of Lima #7CA81F

Tints of Lima #7CA81F

Color information

#7CA81F (or 0x7CA81F) is unknown color: approx Lima. HEX triplet: 7C, A8 and 1F. RGB value is (124,168,31). Sum of RGB (Red+Green+Blue) = 124+168+31=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA81F is #8357E0. Grayscale: #8B8B8B. Windows color (decimal): -8607713 or 2074748. OLE color: 2074748.

HSL color Cylindrical-coordinate representation of color #7CA81F: hue angle of 79.27º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CA81F is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB12416831-
CMYK0.2600.820.34
HSL79.27º68.84%39.02%-
HSV(B)79.27º81.55%65.88%-
XYZ22.5632.396.36-
YUV139.2366.92117.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 168 (66.02% from 255) = 52.01%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=38.39%
G=52.01%
B=9.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124168310.2600.820.3479.2768.8439.02
Hex7CA81F1A052224f4527
Octal174250373201224211710547
Binary11111001010100011111110100101001010001010011111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,168,31); }

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

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

 a { background-color: rgb(124,168,31); }

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

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

 span { border-color: rgb(124,168,31); }

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