#78CD42

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

Shades of Mantis #78CD42

Tints of Mantis #78CD42

Color information

#78CD42 (or 0x78CD42) is unknown color: approx Mantis. HEX triplet: 78, CD and 42. RGB value is (120,205,66). Sum of RGB (Red+Green+Blue) = 120+205+66=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CD42 is #8732BD. Grayscale: #A4A4A4. Windows color (decimal): -8860350 or 4377976. OLE color: 4377976.

HSL color Cylindrical-coordinate representation of color #78CD42: hue angle of 96.69º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78CD42 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB12020566-
CMYK0.4100.680.20
HSL96.69º58.16%53.14%-
HSV(B)96.69º67.8%80.39%-
XYZ30.5648.0512.82-
YUV163.7472.8496.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 205 (80.47% from 255) = 52.43%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=30.69%
G=52.43%
B=16.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120205660.4100.680.2096.6958.1653.14
Hex78CD422904414613a35
Octal170315102510104241417265
Binary111100011001101100001010100101000100101001100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,205,66); }

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

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

 a { background-color: rgb(120,205,66); }

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

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

 span { border-color: rgb(120,205,66); }

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