#7FC134

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

Shades of Lima #7FC134

Tints of Lima #7FC134

Color information

#7FC134 (or 0x7FC134) is unknown color: approx Lima. HEX triplet: 7F, C1 and 34. RGB value is (127,193,52). Sum of RGB (Red+Green+Blue) = 127+193+52=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC134 is #803ECB. Grayscale: #9D9D9D. Windows color (decimal): -8404684 or 3457407. OLE color: 3457407.

HSL color Cylindrical-coordinate representation of color #7FC134: hue angle of 88.09º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FC134 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB12719352-
CMYK0.3400.730.24
HSL88.09º57.55%48.04%-
HSV(B)88.09º73.06%75.69%-
XYZ28.4442.910.03-
YUV157.1968.63106.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.14%
GREEN value IS 193 (75.78% from 255) = 51.88%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=34.14%
G=51.88%
B=13.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127193520.3400.730.2488.0957.5548.04
Hex7FC1342204918583a30
Octal17730164420111301307260
Binary11111111100000111010010001001001001110001011000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,193,52); }

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

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

 a { background-color: rgb(127,193,52); }

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

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

 span { border-color: rgb(127,193,52); }

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