#78B353

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

Shades of Mantis #78B353

Tints of Mantis #78B353

Color information

#78B353 (or 0x78B353) is unknown color: approx Mantis. HEX triplet: 78, B3 and 53. RGB value is (120,179,83). Sum of RGB (Red+Green+Blue) = 120+179+83=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #78B353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B353 is #874CAC. Grayscale: #969696. Windows color (decimal): -8866989 or 5485432. OLE color: 5485432.

HSL color Cylindrical-coordinate representation of color #78B353: hue angle of 96.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78B353 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB12017983-
CMYK0.3300.540.30
HSL96.88º38.71%51.37%-
HSV(B)96.88º53.63%70.2%-
XYZ25.4336.8613.96-
YUV150.4189.95106.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 179 (70.31% from 255) = 46.86%
BLUE value IS 83 (32.81% from 255) = 21.73%
R=31.41%
G=46.86%
B=21.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120179830.3300.540.3096.8838.7151.37
Hex78B353210361E612733
Octal17026312341066361414763
Binary11110001011001110100111000010110110111101100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,83); }

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

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

 a { background-color: rgb(120,179,83); }

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

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

 span { border-color: rgb(120,179,83); }

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