#78B551

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

Shades of Mantis #78B551

Tints of Mantis #78B551

Color information

#78B551 (or 0x78B551) is unknown color: approx Mantis. HEX triplet: 78, B5 and 51. RGB value is (120,181,81). Sum of RGB (Red+Green+Blue) = 120+181+81=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #78B551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B551 is #874AAE. Grayscale: #979797. Windows color (decimal): -8866479 or 5354872. OLE color: 5354872.

HSL color Cylindrical-coordinate representation of color #78B551: hue angle of 96.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78B551 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB12018181-
CMYK0.3400.550.29
HSL96.6º40.32%51.37%-
HSV(B)96.6º55.25%70.98%-
XYZ25.7537.6313.69-
YUV151.3688.29105.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=31.41%
G=47.38%
B=21.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120181810.3400.550.2996.640.3251.37
Hex78B551220371D612833
Octal17026512142067351415063
Binary11110001011010110100011000100110111111011100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,181,81); }

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

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

 a { background-color: rgb(120,181,81); }

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

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

 span { border-color: rgb(120,181,81); }

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