#76D43A

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

Shades of Mantis #76D43A

Tints of Mantis #76D43A

Color information

#76D43A (or 0x76D43A) is unknown color: approx Mantis. HEX triplet: 76, D4 and 3A. RGB value is (118,212,58). Sum of RGB (Red+Green+Blue) = 118+212+58=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #76D43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D43A is #892BC5. Grayscale: #A6A6A6. Windows color (decimal): -8989638 or 3855478. OLE color: 3855478.

HSL color Cylindrical-coordinate representation of color #76D43A: hue angle of 96.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76D43A is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB11821258-
CMYK0.4400.730.17
HSL96.62º64.17%52.94%-
HSV(B)96.62º72.64%83.14%-
XYZ31.7851.2412.22-
YUV166.3466.8693.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 212 (83.20% from 255) = 54.64%
BLUE value IS 58 (23.05% from 255) = 14.95%
R=30.41%
G=54.64%
B=14.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal118212580.4400.730.1796.6264.1752.94
Hex76D43A2C04911614035
Octal166324725401112114110065
Binary111011011010100111010101100010010011000111000011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,212,58); }

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

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

 a { background-color: rgb(118,212,58); }

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

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

 span { border-color: rgb(118,212,58); }

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