#78C85B

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

Shades of Mantis #78C85B

Tints of Mantis #78C85B

Color information

#78C85B (or 0x78C85B) is unknown color: approx Mantis. HEX triplet: 78, C8 and 5B. RGB value is (120,200,91). Sum of RGB (Red+Green+Blue) = 120+200+91=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #78C85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C85B is #8737A4. Grayscale: #A4A4A4. Windows color (decimal): -8861605 or 6015096. OLE color: 6015096.

HSL color Cylindrical-coordinate representation of color #78C85B: hue angle of 104.04º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78C85B is Cyan = 0.4, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB12020091-
CMYK0.400.540.22
HSL104.04º49.77%57.06%-
HSV(B)104.04º54.5%78.43%-
XYZ30.2946.0617.19-
YUV163.658796.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 200 (78.52% from 255) = 48.66%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=29.20%
G=48.66%
B=22.14%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120200910.400.540.22104.0449.7757.06
Hex78C85B2803616683239
Octal17031013350066261506271
Binary11110001100100010110111010000110110101101101000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,200,91); }

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

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

 a { background-color: rgb(120,200,91); }

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

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

 span { border-color: rgb(120,200,91); }

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