#78B855

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

Shades of Mantis #78B855

Tints of Mantis #78B855

Color information

#78B855 (or 0x78B855) is unknown color: approx Mantis. HEX triplet: 78, B8 and 55. RGB value is (120,184,85). Sum of RGB (Red+Green+Blue) = 120+184+85=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #78B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B855 is #8747AA. Grayscale: #999999. Windows color (decimal): -8865707 or 5617784. OLE color: 5617784.

HSL color Cylindrical-coordinate representation of color #78B855: hue angle of 98.79º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78B855 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB12018485-
CMYK0.3500.540.28
HSL98.79º41.08%52.75%-
HSV(B)98.79º53.8%72.16%-
XYZ26.5338.9314.71-
YUV153.5889.3104.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=30.85%
G=47.30%
B=21.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120184850.3500.540.2898.7941.0852.75
Hex78B855230361C632935
Octal17027012543066341435165
Binary11110001011100010101011000110110110111001100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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