#78BF64

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

Shades of Mantis #78BF64

Tints of Mantis #78BF64

Color information

#78BF64 (or 0x78BF64) is unknown color: approx Mantis. HEX triplet: 78, BF and 64. RGB value is (120,191,100). Sum of RGB (Red+Green+Blue) = 120+191+100=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF64 is #87409B. Grayscale: #9F9F9F. Windows color (decimal): -8863900 or 6602616. OLE color: 6602616.

HSL color Cylindrical-coordinate representation of color #78BF64: hue angle of 106.81º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78BF64 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB120191100-
CMYK0.3700.480.25
HSL106.81º41.55%57.06%-
HSV(B)106.81º47.64%74.9%-
XYZ28.6842.1718.69-
YUV159.494.4899.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=29.20%
G=46.47%
B=24.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201911000.3700.480.25106.8141.5557.06
Hex78BF6425030196b2a39
Octal17027714445060311535271
Binary11110001011111111001001001010110000110011101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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