#76CC5C

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

Shades of Mantis #76CC5C

Tints of Mantis #76CC5C

Color information

#76CC5C (or 0x76CC5C) is unknown color: approx Mantis. HEX triplet: 76, CC and 5C. RGB value is (118,204,92). Sum of RGB (Red+Green+Blue) = 118+204+92=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC5C is #8933A3. Grayscale: #A5A5A5. Windows color (decimal): -8991652 or 6081654. OLE color: 6081654.

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

Color convert

RGB11820492-
CMYK0.4200.550.2
HSL106.07º52.34%58.04%-
HSV(B)106.07º54.9%80%-
XYZ3147.8117.72-
YUV165.5286.5194.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=28.50%
G=49.28%
B=22.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118204920.4200.550.2106.0752.3458.04
Hex76CC5C2A037146a343a
Octal16631413452067241526472
Binary11101101100110010111001010100110111101001101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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