#78C160

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

Shades of Mantis #78C160

Tints of Mantis #78C160

Color information

#78C160 (or 0x78C160) is unknown color: approx Mantis. HEX triplet: 78, C1 and 60. RGB value is (120,193,96). Sum of RGB (Red+Green+Blue) = 120+193+96=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #78C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C160 is #873E9F. Grayscale: #A0A0A0. Windows color (decimal): -8863392 or 6340984. OLE color: 6340984.

HSL color Cylindrical-coordinate representation of color #78C160: hue angle of 105.15º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78C160 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB12019396-
CMYK0.3800.500.24
HSL105.15º43.89%56.67%-
HSV(B)105.15º50.26%75.69%-
XYZ28.9342.9817.84-
YUV160.1191.8299.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 193 (75.78% from 255) = 47.19%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=29.34%
G=47.19%
B=23.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120193960.3800.500.24105.1543.8956.67
Hex78C1602603218692c39
Octal17030114046062301515471
Binary11110001100000111000001001100110010110001101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,193,96); }

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

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

 a { background-color: rgb(120,193,96); }

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

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

 span { border-color: rgb(120,193,96); }

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