#76C548

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

Shades of Mantis #76C548

Tints of Mantis #76C548

Color information

#76C548 (or 0x76C548) is unknown color: approx Mantis. HEX triplet: 76, C5 and 48. RGB value is (118,197,72). Sum of RGB (Red+Green+Blue) = 118+197+72=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #76C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C548 is #893AB7. Grayscale: #9F9F9F. Windows color (decimal): -8993464 or 4769142. OLE color: 4769142.

HSL color Cylindrical-coordinate representation of color #76C548: hue angle of 97.92º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76C548 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB11819772-
CMYK0.4000.630.23
HSL97.92º51.87%52.75%-
HSV(B)97.92º63.45%77.25%-
XYZ28.6144.2513.16-
YUV159.1378.8398.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=30.49%
G=50.90%
B=18.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118197720.4000.630.2397.9251.8752.75
Hex76C5482803F17623435
Octal16630511050077271426465
Binary11101101100010110010001010000111111101111100010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C548; }

 p { color: rgb(118,197,72); }

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

<style>
 a { background-color: #76C548; }

 a { background-color: rgb(118,197,72); }

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

<style>
 span { border-color: #76C548; }

 span { border-color: rgb(118,197,72); }

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