#78BD47

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

Shades of Mantis #78BD47

Tints of Mantis #78BD47

Color information

#78BD47 (or 0x78BD47) is unknown color: approx Mantis. HEX triplet: 78, BD and 47. RGB value is (120,189,71). Sum of RGB (Red+Green+Blue) = 120+189+71=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD47 is #8742B8. Grayscale: #9B9B9B. Windows color (decimal): -8864441 or 4701560. OLE color: 4701560.

HSL color Cylindrical-coordinate representation of color #78BD47: hue angle of 95.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78BD47 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB12018971-
CMYK0.3700.620.26
HSL95.08º47.2%50.98%-
HSV(B)95.08º62.43%74.12%-
XYZ27.0840.8412.42-
YUV154.9280.64103.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=31.58%
G=49.74%
B=18.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120189710.3700.620.2695.0847.250.98
Hex78BD472503E1A5f2f33
Octal17027510745076321375763
Binary11110001011110110001111001010111110110101011111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,189,71); }

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

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

 a { background-color: rgb(120,189,71); }

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

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

 span { border-color: rgb(120,189,71); }

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