#78CC48

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

Shades of Mantis #78CC48

Tints of Mantis #78CC48

Color information

#78CC48 (or 0x78CC48) is unknown color: approx Mantis. HEX triplet: 78, CC and 48. RGB value is (120,204,72). Sum of RGB (Red+Green+Blue) = 120+204+72=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CC48 is #8733B7. Grayscale: #A4A4A4. Windows color (decimal): -8860600 or 4770936. OLE color: 4770936.

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

Color convert

RGB12020472-
CMYK0.4100.650.2
HSL98.18º56.41%54.12%-
HSV(B)98.18º64.71%80%-
XYZ30.5147.6513.72-
YUV163.8476.1796.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=30.30%
G=51.52%
B=18.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal120204720.4100.650.298.1856.4154.12
Hex78CC482904114623836
Octal170314110510101241427066
Binary111100011001100100100010100101000001101001100010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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