#78B852

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

Shades of Mantis #78B852

Tints of Mantis #78B852

Color information

#78B852 (or 0x78B852) is unknown color: approx Mantis. HEX triplet: 78, B8 and 52. RGB value is (120,184,82). Sum of RGB (Red+Green+Blue) = 120+184+82=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #78B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B852 is #8747AD. Grayscale: #999999. Windows color (decimal): -8865710 or 5421176. OLE color: 5421176.

HSL color Cylindrical-coordinate representation of color #78B852: hue angle of 97.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78B852 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB12018482-
CMYK0.3500.550.28
HSL97.65º41.8%52.16%-
HSV(B)97.65º55.43%72.16%-
XYZ26.4138.8814.1-
YUV153.2487.8104.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 184 (72.27% from 255) = 47.67%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=31.09%
G=47.67%
B=21.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120184820.3500.550.2897.6541.852.16
Hex78B852230371C622a34
Octal17027012243067341425264
Binary11110001011100010100101000110110111111001100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,184,82); }

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

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

 a { background-color: rgb(120,184,82); }

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

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

 span { border-color: rgb(120,184,82); }

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