#78D64A

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

Shades of Mantis #78D64A

Tints of Mantis #78D64A

Color information

#78D64A (or 0x78D64A) is unknown color: approx Mantis. HEX triplet: 78, D6 and 4A. RGB value is (120,214,74). Sum of RGB (Red+Green+Blue) = 120+214+74=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #78D64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D64A is #8729B5. Grayscale: #AAAAAA. Windows color (decimal): -8858038 or 4904568. OLE color: 4904568.

HSL color Cylindrical-coordinate representation of color #78D64A: hue angle of 100.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78D64A is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB12021474-
CMYK0.4400.650.16
HSL100.29º63.06%56.47%-
HSV(B)100.29º65.42%83.92%-
XYZ33.0352.5814.89-
YUV169.9373.8692.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 214 (83.98% from 255) = 52.45%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=29.41%
G=52.45%
B=18.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal120214740.4400.650.16100.2963.0656.47
Hex78D64A2C04110643f38
Octal170326112540101201447770
Binary111100011010110100101010110001000001100001100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,214,74); }

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

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

 a { background-color: rgb(120,214,74); }

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

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

 span { border-color: rgb(120,214,74); }

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