#76C151

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

Shades of Mantis #76C151

Tints of Mantis #76C151

Color information

#76C151 (or 0x76C151) is unknown color: approx Mantis. HEX triplet: 76, C1 and 51. RGB value is (118,193,81). Sum of RGB (Red+Green+Blue) = 118+193+81=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #76C151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C151 is #893EAE. Grayscale: #9E9E9E. Windows color (decimal): -8994479 or 5357942. OLE color: 5357942.

HSL color Cylindrical-coordinate representation of color #76C151: hue angle of 100.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76C151 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB11819381-
CMYK0.3900.580.24
HSL100.18º47.46%53.73%-
HSV(B)100.18º58.03%75.69%-
XYZ28.0342.5914.53-
YUV157.8184.6599.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 193 (75.78% from 255) = 49.23%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=30.10%
G=49.23%
B=20.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118193810.3900.580.24100.1847.4653.73
Hex76C1512703A18642f36
Octal16630112147072301445766
Binary11101101100000110100011001110111010110001100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,81); }

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

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

 a { background-color: rgb(118,193,81); }

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

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

 span { border-color: rgb(118,193,81); }

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