#76dd3d

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

Shades of Mantis #76DD3D

Tints of Mantis #76DD3D

Color information

#76DD3D (or 0x76DD3D) is unknown color: approx Mantis. HEX triplet: 76, DD and 3D. RGB value is (118,221,61). Sum of RGB (Red+Green+Blue) = 118+221+61=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DD3D is #8922C2. Grayscale: #ACACAC. Windows color (decimal): -8987331 or 4054390. OLE color: 4054390.

HSL color Cylindrical-coordinate representation of color #76DD3D: hue angle of 98.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76DD3D is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB11822161-
CMYK0.4700.720.13
HSL98.62º70.18%55.29%-
HSV(B)98.62º72.4%86.67%-
XYZ34.1755.913.4-
YUV171.9665.3889.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 221 (86.72% from 255) = 55.25%
BLUE value IS 61 (24.22% from 255) = 15.25%
R=29.5%
G=55.25%
B=15.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118221610.4700.720.1398.6270.1855.29
Hex76DD3D2F048D634637
Octal166335755701101514310667
Binary11101101101110111110110111101001000110111000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76dd3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,221,61); }

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

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

 a { background-color: rgb(118,221,61); }

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

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

 span { border-color: rgb(118,221,61); }

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