#76D056

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

Shades of Mantis #76D056

Tints of Mantis #76D056

Color information

#76D056 (or 0x76D056) is unknown color: approx Mantis. HEX triplet: 76, D0 and 56. RGB value is (118,208,86). Sum of RGB (Red+Green+Blue) = 118+208+86=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #76D056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D056 is #892FA9. Grayscale: #A7A7A7. Windows color (decimal): -8990634 or 5689462. OLE color: 5689462.

HSL color Cylindrical-coordinate representation of color #76D056: hue angle of 104.26º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76D056 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB11820886-
CMYK0.4300.590.18
HSL104.26º56.48%57.65%-
HSV(B)104.26º58.65%81.57%-
XYZ31.7149.6416.71-
YUV167.1882.1892.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 208 (81.64% from 255) = 50.49%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=28.64%
G=50.49%
B=20.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal118208860.4300.590.18104.2656.4857.65
Hex76D0562B03B1268383a
Octal16632012653073221507072
Binary11101101101000010101101010110111011100101101000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,208,86); }

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

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

 a { background-color: rgb(118,208,86); }

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

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

 span { border-color: rgb(118,208,86); }

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