#78C742

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

Shades of Mantis #78C742

Tints of Mantis #78C742

Color information

#78C742 (or 0x78C742) is unknown color: approx Mantis. HEX triplet: 78, C7 and 42. RGB value is (120,199,66). Sum of RGB (Red+Green+Blue) = 120+199+66=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #78C742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C742 is #8738BD. Grayscale: #A0A0A0. Windows color (decimal): -8861886 or 4376440. OLE color: 4376440.

HSL color Cylindrical-coordinate representation of color #78C742: hue angle of 95.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78C742 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB12019966-
CMYK0.4000.670.22
HSL95.64º54.29%51.96%-
HSV(B)95.64º66.83%78.04%-
XYZ29.1545.2312.35-
YUV160.2274.8399.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=31.17%
G=51.69%
B=17.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120199660.4000.670.2295.6454.2951.96
Hex78C7422804316603634
Octal170307102500103261406664
Binary111100011000111100001010100001000011101101100000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,199,66); }

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

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

 a { background-color: rgb(120,199,66); }

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

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

 span { border-color: rgb(120,199,66); }

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