#76CC4E

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

Shades of Mantis #76CC4E

Tints of Mantis #76CC4E

Color information

#76CC4E (or 0x76CC4E) is unknown color: approx Mantis. HEX triplet: 76, CC and 4E. RGB value is (118,204,78). Sum of RGB (Red+Green+Blue) = 118+204+78=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC4E is #8933B1. Grayscale: #A4A4A4. Windows color (decimal): -8991666 or 5164150. OLE color: 5164150.

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

Color convert

RGB11820478-
CMYK0.4200.620.2
HSL100.95º55.26%55.29%-
HSV(B)100.95º61.76%80%-
XYZ30.4447.5914.79-
YUV163.9279.5195.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 204 (80.08% from 255) = 51%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=29.5%
G=51%
B=19.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118204780.4200.620.2100.9555.2655.29
Hex76CC4E2A03E14653737
Octal16631411652076241456767
Binary11101101100110010011101010100111110101001100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,204,78); }

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

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

 a { background-color: rgb(118,204,78); }

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

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

 span { border-color: rgb(118,204,78); }

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