#78C348

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

Shades of Mantis #78C348

Tints of Mantis #78C348

Color information

#78C348 (or 0x78C348) is unknown color: approx Mantis. HEX triplet: 78, C3 and 48. RGB value is (120,195,72). Sum of RGB (Red+Green+Blue) = 120+195+72=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #78C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C348 is #873CB7. Grayscale: #9E9E9E. Windows color (decimal): -8862904 or 4768632. OLE color: 4768632.

HSL color Cylindrical-coordinate representation of color #78C348: hue angle of 96.59º 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 #78C348 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB12019572-
CMYK0.3800.630.24
HSL96.59º50.62%52.35%-
HSV(B)96.59º63.08%76.47%-
XYZ28.4343.4913.03-
YUV158.5579.15100.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 195 (76.56% from 255) = 50.39%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=31.01%
G=50.39%
B=18.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120195720.3800.630.2496.5950.6252.35
Hex78C3482603F18613334
Octal17030311046077301416364
Binary11110001100001110010001001100111111110001100001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78C348; }

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

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

<style>
 a { background-color: #78C348; }

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

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

<style>
 span { border-color: #78C348; }

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

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