#78CA4E

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

Shades of Mantis #78CA4E

Tints of Mantis #78CA4E

Color information

#78CA4E (or 0x78CA4E) is unknown color: approx Mantis. HEX triplet: 78, CA and 4E. RGB value is (120,202,78). Sum of RGB (Red+Green+Blue) = 120+202+78=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CA4E is #8735B1. Grayscale: #A3A3A3. Windows color (decimal): -8861106 or 5163640. OLE color: 5163640.

HSL color Cylindrical-coordinate representation of color #78CA4E: hue angle of 99.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78CA4E is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB12020278-
CMYK0.4100.610.21
HSL99.68º53.91%54.9%-
HSV(B)99.68º61.39%79.22%-
XYZ30.2446.7814.64-
YUV163.3579.8397.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=30%
G=50.5%
B=19.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120202780.4100.610.2199.6853.9154.9
Hex78CA4E2903D15643637
Octal17031211651075251446667
Binary11110001100101010011101010010111101101011100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,202,78); }

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

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

 a { background-color: rgb(120,202,78); }

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

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

 span { border-color: rgb(120,202,78); }

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