#78D94A

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

Shades of Mantis #78D94A

Tints of Mantis #78D94A

Color information

#78D94A (or 0x78D94A) is unknown color: approx Mantis. HEX triplet: 78, D9 and 4A. RGB value is (120,217,74). Sum of RGB (Red+Green+Blue) = 120+217+74=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #78D94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D94A is #8726B5. Grayscale: #ACACAC. Windows color (decimal): -8857270 or 4905336. OLE color: 4905336.

HSL color Cylindrical-coordinate representation of color #78D94A: hue angle of 100.7º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78D94A is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB12021774-
CMYK0.4500.660.15
HSL100.7º65.3%57.06%-
HSV(B)100.7º65.9%85.1%-
XYZ33.7954.1115.14-
YUV171.772.8691.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 217 (85.16% from 255) = 52.80%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=29.20%
G=52.80%
B=18.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120217740.4500.660.15100.765.357.06
Hex78D94A2D042F654139
Octal1703311125501021714510171
Binary111100011011001100101010110101000010111111001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,217,74); }

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

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

 a { background-color: rgb(120,217,74); }

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

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

 span { border-color: rgb(120,217,74); }

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