#78CC61

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

Shades of Mantis #78CC61

Tints of Mantis #78CC61

Color information

#78CC61 (or 0x78CC61) is unknown color: approx Mantis. HEX triplet: 78, CC and 61. RGB value is (120,204,97). Sum of RGB (Red+Green+Blue) = 120+204+97=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CC61 is #87339E. Grayscale: #A7A7A7. Windows color (decimal): -8860575 or 6409336. OLE color: 6409336.

HSL color Cylindrical-coordinate representation of color #78CC61: hue angle of 107.1º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78CC61 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB12020497-
CMYK0.4100.520.2
HSL107.1º51.2%59.02%-
HSV(B)107.1º52.45%80%-
XYZ31.548.0418.92-
YUV166.6988.6794.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 204 (80.08% from 255) = 48.46%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=28.50%
G=48.46%
B=23.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal120204970.4100.520.2107.151.259.02
Hex78CC6129034146b333b
Octal17031414151064241536373
Binary11110001100110011000011010010110100101001101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,97); }

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

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

 a { background-color: rgb(120,204,97); }

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

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

 span { border-color: rgb(120,204,97); }

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