#76BF5D

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

Shades of Mantis #76BF5D

Tints of Mantis #76BF5D

Color information

#76BF5D (or 0x76BF5D) is unknown color: approx Mantis. HEX triplet: 76, BF and 5D. RGB value is (118,191,93). Sum of RGB (Red+Green+Blue) = 118+191+93=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF5D is #8940A2. Grayscale: #9E9E9E. Windows color (decimal): -8994979 or 6143862. OLE color: 6143862.

HSL color Cylindrical-coordinate representation of color #76BF5D: hue angle of 104.69º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76BF5D is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB11819193-
CMYK0.3800.510.25
HSL104.69º43.36%55.69%-
HSV(B)104.69º51.31%74.9%-
XYZ28.0841.916.96-
YUV15891.3299.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=29.35%
G=47.51%
B=23.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118191930.3800.510.25104.6943.3655.69
Hex76BF5D2603319692b38
Octal16627713546063311515370
Binary11101101011111110111011001100110011110011101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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