#78C155

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

Shades of Mantis #78C155

Tints of Mantis #78C155

Color information

#78C155 (or 0x78C155) is unknown color: approx Mantis. HEX triplet: 78, C1 and 55. RGB value is (120,193,85). Sum of RGB (Red+Green+Blue) = 120+193+85=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #78C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C155 is #873EAA. Grayscale: #9F9F9F. Windows color (decimal): -8863403 or 5620088. OLE color: 5620088.

HSL color Cylindrical-coordinate representation of color #78C155: hue angle of 100.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78C155 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB12019385-
CMYK0.3800.560.24
HSL100.56º46.55%54.51%-
HSV(B)100.56º55.96%75.69%-
XYZ28.4642.7915.35-
YUV158.8686.32100.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=30.15%
G=48.49%
B=21.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120193850.3800.560.24100.5646.5554.51
Hex78C1552603818652f37
Octal17030112546070301455767
Binary11110001100000110101011001100111000110001100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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