#76E641

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

Shades of Mantis #76E641

Tints of Mantis #76E641

Color information

#76E641 (or 0x76E641) is unknown color: approx Mantis. HEX triplet: 76, E6 and 41. RGB value is (118,230,65). Sum of RGB (Red+Green+Blue) = 118+230+65=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #76E641 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E641 is #8919BE. Grayscale: #B2B2B2. Windows color (decimal): -8985023 or 4318838. OLE color: 4318838.

HSL color Cylindrical-coordinate representation of color #76E641: hue angle of 100.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76E641 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB11823065-
CMYK0.4900.720.10
HSL100.73º76.74%57.84%-
HSV(B)100.73º71.74%90.2%-
XYZ36.7260.8314.81-
YUV177.764.3985.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 230 (90.23% from 255) = 55.69%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=28.57%
G=55.69%
B=15.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal118230650.4900.720.10100.7376.7457.84
Hex76E64131048A654d3a
Octal1663461016101101214511572
Binary111011011100110100000111000101001000101011001011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,230,65); }

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

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

 a { background-color: rgb(118,230,65); }

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

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

 span { border-color: rgb(118,230,65); }

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