#76BB4C

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

Shades of Mantis #76BB4C

Tints of Mantis #76BB4C

Color information

#76BB4C (or 0x76BB4C) is unknown color: approx Mantis. HEX triplet: 76, BB and 4C. RGB value is (118,187,76). Sum of RGB (Red+Green+Blue) = 118+187+76=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB4C is #8944B3. Grayscale: #9A9A9A. Windows color (decimal): -8996020 or 5028726. OLE color: 5028726.

HSL color Cylindrical-coordinate representation of color #76BB4C: hue angle of 97.3º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76BB4C is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB11818776-
CMYK0.3700.590.27
HSL97.3º44.94%51.57%-
HSV(B)97.3º59.36%73.33%-
XYZ26.5539.9113.14-
YUV153.7184.14102.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=30.97%
G=49.08%
B=19.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118187760.3700.590.2797.344.9451.57
Hex76BB4C2503B1B612d34
Octal16627311445073331415564
Binary11101101011101110011001001010111011110111100001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,76); }

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

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

 a { background-color: rgb(118,187,76); }

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

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

 span { border-color: rgb(118,187,76); }

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