#78BF61

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

Shades of Mantis #78BF61

Tints of Mantis #78BF61

Color information

#78BF61 (or 0x78BF61) is unknown color: approx Mantis. HEX triplet: 78, BF and 61. RGB value is (120,191,97). Sum of RGB (Red+Green+Blue) = 120+191+97=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF61 is #87409E. Grayscale: #9F9F9F. Windows color (decimal): -8863903 or 6406008. OLE color: 6406008.

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

Color convert

RGB12019197-
CMYK0.3700.490.25
HSL105.32º42.34%56.47%-
HSV(B)105.32º49.21%74.9%-
XYZ28.5342.1217.93-
YUV159.0592.98100.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 191 (75% from 255) = 46.81%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=29.41%
G=46.81%
B=23.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120191970.3700.490.25105.3242.3456.47
Hex78BF612503119692a38
Octal17027714145061311515270
Binary11110001011111111000011001010110001110011101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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