#78BF60

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

Shades of Mantis #78BF60

Tints of Mantis #78BF60

Color information

#78BF60 (or 0x78BF60) is unknown color: approx Mantis. HEX triplet: 78, BF and 60. RGB value is (120,191,96). Sum of RGB (Red+Green+Blue) = 120+191+96=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF60 is #87409F. Grayscale: #9F9F9F. Windows color (decimal): -8863904 or 6340472. OLE color: 6340472.

HSL color Cylindrical-coordinate representation of color #78BF60: hue angle of 104.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BF60 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB12019196-
CMYK0.3700.500.25
HSL104.84º42.6%56.27%-
HSV(B)104.84º49.74%74.9%-
XYZ28.4942.117.69-
YUV158.9492.48100.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=29.48%
G=46.93%
B=23.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120191960.3700.500.25104.8442.656.27
Hex78BF602503219692b38
Octal17027714045062311515370
Binary11110001011111111000001001010110010110011101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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