#76CA50

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

Shades of Mantis #76CA50

Tints of Mantis #76CA50

Color information

#76CA50 (or 0x76CA50) is unknown color: approx Mantis. HEX triplet: 76, CA and 50. RGB value is (118,202,80). Sum of RGB (Red+Green+Blue) = 118+202+80=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA50 is #8935AF. Grayscale: #A3A3A3. Windows color (decimal): -8992176 or 5294710. OLE color: 5294710.

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

Color convert

RGB11820280-
CMYK0.4200.600.21
HSL101.31º53.51%55.29%-
HSV(B)101.31º60.4%79.22%-
XYZ30.0446.6715.01-
YUV162.9881.1795.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 80 (31.64% from 255) = 20%
R=29.5%
G=50.5%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118202800.4200.600.21101.3153.5155.29
Hex76CA502A03C15653637
Octal16631212052074251456667
Binary11101101100101010100001010100111100101011100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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