#78C44A

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

Shades of Mantis #78C44A

Tints of Mantis #78C44A

Color information

#78C44A (or 0x78C44A) is unknown color: approx Mantis. HEX triplet: 78, C4 and 4A. RGB value is (120,196,74). Sum of RGB (Red+Green+Blue) = 120+196+74=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #78C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C44A is #873BB5. Grayscale: #9F9F9F. Windows color (decimal): -8862646 or 4899960. OLE color: 4899960.

HSL color Cylindrical-coordinate representation of color #78C44A: hue angle of 97.38º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78C44A is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB12019674-
CMYK0.3900.620.23
HSL97.38º50.83%52.94%-
HSV(B)97.38º62.24%76.86%-
XYZ28.7243.9713.45-
YUV159.3779.8299.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 196 (76.95% from 255) = 50.26%
BLUE value IS 74 (29.30% from 255) = 18.97%
R=30.77%
G=50.26%
B=18.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120196740.3900.620.2397.3850.8352.94
Hex78C44A2703E17613335
Octal17030411247076271416365
Binary11110001100010010010101001110111110101111100001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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