#76CB5D

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

Shades of Mantis #76CB5D

Tints of Mantis #76CB5D

Color information

#76CB5D (or 0x76CB5D) is unknown color: approx Mantis. HEX triplet: 76, CB and 5D. RGB value is (118,203,93). Sum of RGB (Red+Green+Blue) = 118+203+93=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB5D is #8934A2. Grayscale: #A5A5A5. Windows color (decimal): -8991907 or 6146934. OLE color: 6146934.

HSL color Cylindrical-coordinate representation of color #76CB5D: hue angle of 106.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76CB5D is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB11820393-
CMYK0.4200.540.20
HSL106.36º51.4%58.04%-
HSV(B)106.36º54.19%79.61%-
XYZ30.847.3517.87-
YUV165.0487.3494.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=28.50%
G=49.03%
B=22.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118203930.4200.540.20106.3651.458.04
Hex76CB5D2A036146a333a
Octal16631313552066241526372
Binary11101101100101110111011010100110110101001101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,93); }

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

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

 a { background-color: rgb(118,203,93); }

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

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

 span { border-color: rgb(118,203,93); }

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