#76CA4D

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

Shades of Mantis #76CA4D

Tints of Mantis #76CA4D

Color information

#76CA4D (or 0x76CA4D) is unknown color: approx Mantis. HEX triplet: 76, CA and 4D. RGB value is (118,202,77). Sum of RGB (Red+Green+Blue) = 118+202+77=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA4D is #8935B2. Grayscale: #A3A3A3. Windows color (decimal): -8992179 or 5098102. OLE color: 5098102.

HSL color Cylindrical-coordinate representation of color #76CA4D: hue angle of 100.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76CA4D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB11820277-
CMYK0.4200.620.21
HSL100.32º54.11%54.71%-
HSV(B)100.32º61.88%79.22%-
XYZ29.9346.6314.44-
YUV162.6379.6796.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 77 (30.47% from 255) = 19.40%
R=29.72%
G=50.88%
B=19.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118202770.4200.620.21100.3254.1154.71
Hex76CA4D2A03E15643637
Octal16631211552076251446667
Binary11101101100101010011011010100111110101011100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,77); }

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

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

 a { background-color: rgb(118,202,77); }

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

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

 span { border-color: rgb(118,202,77); }

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