#76CA51

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

Shades of Mantis #76CA51

Tints of Mantis #76CA51

Color information

#76CA51 (or 0x76CA51) is unknown color: approx Mantis. HEX triplet: 76, CA and 51. RGB value is (118,202,81). Sum of RGB (Red+Green+Blue) = 118+202+81=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA51 is #8935AE. Grayscale: #A3A3A3. Windows color (decimal): -8992175 or 5360246. OLE color: 5360246.

HSL color Cylindrical-coordinate representation of color #76CA51: hue angle of 101.65º degrees, saturation: 0.53, 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 #76CA51 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB11820281-
CMYK0.4200.600.21
HSL101.65º53.3%55.49%-
HSV(B)101.65º59.9%79.22%-
XYZ30.0846.6915.21-
YUV163.0981.6795.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=29.43%
G=50.37%
B=20.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
Decimal118202810.4200.600.21101.6553.355.49
Hex76CA512A03C15663537
Octal16631212152074251466567
Binary11101101100101010100011010100111100101011100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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