#78D060

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

Shades of Mantis #78D060

Tints of Mantis #78D060

Color information

#78D060 (or 0x78D060) is unknown color: approx Mantis. HEX triplet: 78, D0 and 60. RGB value is (120,208,96). Sum of RGB (Red+Green+Blue) = 120+208+96=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #78D060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D060 is #872F9F. Grayscale: #A9A9A9. Windows color (decimal): -8859552 or 6344824. OLE color: 6344824.

HSL color Cylindrical-coordinate representation of color #78D060: hue angle of 107.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78D060 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB12020896-
CMYK0.4200.540.18
HSL107.14º54.37%59.61%-
HSV(B)107.14º53.85%81.57%-
XYZ32.4149.9519-
YUV168.9286.8593.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=28.30%
G=49.06%
B=22.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120208960.4200.540.18107.1454.3759.61
Hex78D0602A036126b363c
Octal17032014052066221536674
Binary11110001101000011000001010100110110100101101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,208,96); }

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

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

 a { background-color: rgb(120,208,96); }

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

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

 span { border-color: rgb(120,208,96); }

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