#76D35D

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

Shades of Mantis #76D35D

Tints of Mantis #76D35D

Color information

#76D35D (or 0x76D35D) is unknown color: approx Mantis. HEX triplet: 76, D3 and 5D. RGB value is (118,211,93). Sum of RGB (Red+Green+Blue) = 118+211+93=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #76D35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D35D is #892CA2. Grayscale: #AAAAAA. Windows color (decimal): -8989859 or 6148982. OLE color: 6148982.

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

Color convert

RGB11821193-
CMYK0.4400.560.17
HSL107.29º57.28%59.61%-
HSV(B)107.29º55.92%82.75%-
XYZ32.7451.2318.52-
YUV169.7484.6991.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 211 (82.81% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=27.96%
G=50%
B=22.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal118211930.4400.560.17107.2957.2859.61
Hex76D35D2C038116b393c
Octal16632313554070211537174
Binary11101101101001110111011011000111000100011101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,211,93); }

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

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

 a { background-color: rgb(118,211,93); }

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

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

 span { border-color: rgb(118,211,93); }

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