#76C551

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

Shades of Mantis #76C551

Tints of Mantis #76C551

Color information

#76C551 (or 0x76C551) is unknown color: approx Mantis. HEX triplet: 76, C5 and 51. RGB value is (118,197,81). Sum of RGB (Red+Green+Blue) = 118+197+81=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #76C551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C551 is #893AAE. Grayscale: #A0A0A0. Windows color (decimal): -8993455 or 5358966. OLE color: 5358966.

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

Color convert

RGB11819781-
CMYK0.4000.590.23
HSL100.86º50%54.51%-
HSV(B)100.86º58.88%77.25%-
XYZ28.9244.3814.83-
YUV160.1683.3397.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 197 (77.34% from 255) = 49.75%
BLUE value IS 81 (32.03% from 255) = 20.45%
R=29.80%
G=49.75%
B=20.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118197810.4000.590.23100.865054.51
Hex76C5512803B17653237
Octal16630512150073271456267
Binary11101101100010110100011010000111011101111100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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