#78B255

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

Shades of Mantis #78B255

Tints of Mantis #78B255

Color information

#78B255 (or 0x78B255) is unknown color: approx Mantis. HEX triplet: 78, B2 and 55. RGB value is (120,178,85). Sum of RGB (Red+Green+Blue) = 120+178+85=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #78B255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B255 is #874DAA. Grayscale: #969696. Windows color (decimal): -8867243 or 5616248. OLE color: 5616248.

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

Color convert

RGB12017885-
CMYK0.3300.520.30
HSL97.42º37.65%51.57%-
HSV(B)97.42º52.25%69.8%-
XYZ25.3136.4914.3-
YUV150.0691.28106.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=31.33%
G=46.48%
B=22.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120178850.3300.520.3097.4237.6551.57
Hex78B255210341E612634
Octal17026212541064361414664
Binary11110001011001010101011000010110100111101100001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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