#78BE50

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

Shades of Mantis #78BE50

Tints of Mantis #78BE50

Color information

#78BE50 (or 0x78BE50) is unknown color: approx Mantis. HEX triplet: 78, BE and 50. RGB value is (120,190,80). Sum of RGB (Red+Green+Blue) = 120+190+80=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BE50 is #8741AF. Grayscale: #9C9C9C. Windows color (decimal): -8864176 or 5291640. OLE color: 5291640.

HSL color Cylindrical-coordinate representation of color #78BE50: hue angle of 98.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78BE50 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB12019080-
CMYK0.3700.580.25
HSL98.18º45.83%52.94%-
HSV(B)98.18º57.89%74.51%-
XYZ27.6141.414.13-
YUV156.5384.81101.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 190 (74.61% from 255) = 48.72%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=30.77%
G=48.72%
B=20.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120190800.3700.580.2598.1845.8352.94
Hex78BE502503A19622e35
Octal17027612045072311425665
Binary11110001011111010100001001010111010110011100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,190,80); }

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

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

 a { background-color: rgb(120,190,80); }

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

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

 span { border-color: rgb(120,190,80); }

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