#78C05B

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

Shades of Mantis #78C05B

Tints of Mantis #78C05B

Color information

#78C05B (or 0x78C05B) is unknown color: approx Mantis. HEX triplet: 78, C0 and 5B. RGB value is (120,192,91). Sum of RGB (Red+Green+Blue) = 120+192+91=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #78C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C05B is #873FA4. Grayscale: #9F9F9F. Windows color (decimal): -8863653 or 6013048. OLE color: 6013048.

HSL color Cylindrical-coordinate representation of color #78C05B: hue angle of 102.77º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78C05B is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB12019291-
CMYK0.3800.530.25
HSL102.77º44.49%55.49%-
HSV(B)102.77º52.6%75.29%-
XYZ28.4842.4516.59-
YUV158.9689.65100.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 192 (75.39% from 255) = 47.64%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=29.78%
G=47.64%
B=22.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120192910.3800.530.25102.7744.4955.49
Hex78C05B2603519672c37
Octal17030013346065311475467
Binary11110001100000010110111001100110101110011100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,91); }

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

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

 a { background-color: rgb(120,192,91); }

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

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

 span { border-color: rgb(120,192,91); }

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