#76BC54

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

Shades of Mantis #76BC54

Tints of Mantis #76BC54

Color information

#76BC54 (or 0x76BC54) is unknown color: approx Mantis. HEX triplet: 76, BC and 54. RGB value is (118,188,84). Sum of RGB (Red+Green+Blue) = 118+188+84=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC54 is #8943AB. Grayscale: #9B9B9B. Windows color (decimal): -8995756 or 5553270. OLE color: 5553270.

HSL color Cylindrical-coordinate representation of color #76BC54: hue angle of 100.38º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76BC54 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB11818884-
CMYK0.3700.550.26
HSL100.38º43.7%53.33%-
HSV(B)100.38º55.32%73.73%-
XYZ27.0540.4614.77-
YUV155.2187.81101.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 188 (73.83% from 255) = 48.21%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=30.26%
G=48.21%
B=21.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118188840.3700.550.26100.3843.753.33
Hex76BC54250371A642c35
Octal16627412445067321445465
Binary11101101011110010101001001010110111110101100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,188,84); }

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

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

 a { background-color: rgb(118,188,84); }

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

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

 span { border-color: rgb(118,188,84); }

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