#76D661

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

Shades of Mantis #76D661

Tints of Mantis #76D661

Color information

#76D661 (or 0x76D661) is unknown color: approx Mantis. HEX triplet: 76, D6 and 61. RGB value is (118,214,97). Sum of RGB (Red+Green+Blue) = 118+214+97=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #76D661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D661 is #89299E. Grayscale: #ACACAC. Windows color (decimal): -8989087 or 6411894. OLE color: 6411894.

HSL color Cylindrical-coordinate representation of color #76D661: hue angle of 109.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76D661 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB11821497-
CMYK0.4500.550.16
HSL109.23º58.79%60.98%-
HSV(B)109.23º54.67%83.92%-
XYZ33.6852.8119.73-
YUV171.9685.789.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 214 (83.98% from 255) = 49.88%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=27.51%
G=49.88%
B=22.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal118214970.4500.550.16109.2358.7960.98
Hex76D6612D037106d3b3d
Octal16632614155067201557375
Binary11101101101011011000011011010110111100001101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,214,97); }

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

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

 a { background-color: rgb(118,214,97); }

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

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

 span { border-color: rgb(118,214,97); }

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