#78BF5B

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

Shades of Mantis #78BF5B

Tints of Mantis #78BF5B

Color information

#78BF5B (or 0x78BF5B) is unknown color: approx Mantis. HEX triplet: 78, BF and 5B. RGB value is (120,191,91). Sum of RGB (Red+Green+Blue) = 120+191+91=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF5B is #8740A4. Grayscale: #9E9E9E. Windows color (decimal): -8863909 or 6012792. OLE color: 6012792.

HSL color Cylindrical-coordinate representation of color #78BF5B: hue angle of 102.6º 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 #78BF5B is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB12019191-
CMYK0.3700.520.25
HSL102.6º43.86%55.29%-
HSV(B)102.6º52.36%74.9%-
XYZ28.2642.0116.52-
YUV158.3789.98100.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=29.85%
G=47.51%
B=22.64%

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
Decimal120191910.3700.520.25102.643.8655.29
Hex78BF5B2503419672c37
Octal17027713345064311475467
Binary11110001011111110110111001010110100110011100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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