#78B25A

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

Shades of Mantis #78B25A

Tints of Mantis #78B25A

Color information

#78B25A (or 0x78B25A) is unknown color: approx Mantis. HEX triplet: 78, B2 and 5A. RGB value is (120,178,90). Sum of RGB (Red+Green+Blue) = 120+178+90=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #78B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B25A is #874DA5. Grayscale: #969696. Windows color (decimal): -8867238 or 5943928. OLE color: 5943928.

HSL color Cylindrical-coordinate representation of color #78B25A: hue angle of 99.55º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78B25A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB12017890-
CMYK0.3300.490.30
HSL99.55º36.36%52.55%-
HSV(B)99.55º49.44%69.8%-
XYZ25.5136.5715.39-
YUV150.6393.78106.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=30.93%
G=45.88%
B=23.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120178900.3300.490.3099.5536.3652.55
Hex78B25A210311E642435
Octal17026213241061361444465
Binary11110001011001010110101000010110001111101100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,178,90); }

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

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

 a { background-color: rgb(120,178,90); }

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

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

 span { border-color: rgb(120,178,90); }

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