#78C345

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

Shades of Mantis #78C345

Tints of Mantis #78C345

Color information

#78C345 (or 0x78C345) is unknown color: approx Mantis. HEX triplet: 78, C3 and 45. RGB value is (120,195,69). Sum of RGB (Red+Green+Blue) = 120+195+69=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #78C345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C345 is #873CBA. Grayscale: #9E9E9E. Windows color (decimal): -8862907 or 4572024. OLE color: 4572024.

HSL color Cylindrical-coordinate representation of color #78C345: hue angle of 95.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78C345 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB12019569-
CMYK0.3800.650.24
HSL95.71º51.22%51.76%-
HSV(B)95.71º64.62%76.47%-
XYZ28.3443.4512.52-
YUV158.2177.65100.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 195 (76.56% from 255) = 50.78%
BLUE value IS 69 (27.34% from 255) = 17.97%
R=31.25%
G=50.78%
B=17.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120195690.3800.650.2495.7151.2251.76
Hex78C3452604118603334
Octal170303105460101301406364
Binary111100011000011100010110011001000001110001100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,195,69); }

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

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

 a { background-color: rgb(120,195,69); }

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

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

 span { border-color: rgb(120,195,69); }

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