#7FC348

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

Shades of Mantis #7FC348

Tints of Mantis #7FC348

Color information

#7FC348 (or 0x7FC348) is unknown color: approx Mantis. HEX triplet: 7F, C3 and 48. RGB value is (127,195,72). Sum of RGB (Red+Green+Blue) = 127+195+72=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC348 is #803CB7. Grayscale: #A1A1A1. Windows color (decimal): -8404152 or 4768639. OLE color: 4768639.

HSL color Cylindrical-coordinate representation of color #7FC348: hue angle of 93.17º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FC348 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB12719572-
CMYK0.3500.630.24
HSL93.17º50.62%52.35%-
HSV(B)93.17º63.08%76.47%-
XYZ29.4444.0113.07-
YUV160.6577.97104-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 195 (76.56% from 255) = 49.49%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=32.23%
G=49.49%
B=18.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195720.3500.630.2493.1750.6252.35
Hex7FC3482303F185d3334
Octal17730311043077301356364
Binary11111111100001110010001000110111111110001011101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,72); }

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

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

 a { background-color: rgb(127,195,72); }

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

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

 span { border-color: rgb(127,195,72); }

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