#78BF5C

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

Shades of Mantis #78BF5C

Tints of Mantis #78BF5C

Color information

#78BF5C (or 0x78BF5C) is unknown color: approx Mantis. HEX triplet: 78, BF and 5C. RGB value is (120,191,92). Sum of RGB (Red+Green+Blue) = 120+191+92=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF5C is #8740A3. Grayscale: #9E9E9E. Windows color (decimal): -8863908 or 6078328. OLE color: 6078328.

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

Color convert

RGB12019192-
CMYK0.3700.520.25
HSL103.03º43.61%55.49%-
HSV(B)103.03º51.83%74.9%-
XYZ28.3142.0316.75-
YUV158.4890.48100.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=29.78%
G=47.39%
B=22.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120191920.3700.520.25103.0343.6155.49
Hex78BF5C2503419672c37
Octal17027713445064311475467
Binary11110001011111110111001001010110100110011100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,191,92); }

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

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

 a { background-color: rgb(120,191,92); }

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

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

 span { border-color: rgb(120,191,92); }

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