#75BC56

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

Shades of Mantis #75BC56

Tints of Mantis #75BC56

Color information

#75BC56 (or 0x75BC56) is unknown color: approx Mantis. HEX triplet: 75, BC and 56. RGB value is (117,188,86). Sum of RGB (Red+Green+Blue) = 117+188+86=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC56 is #8A43A9. Grayscale: #9B9B9B. Windows color (decimal): -9061290 or 5684341. OLE color: 5684341.

HSL color Cylindrical-coordinate representation of color #75BC56: hue angle of 101.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75BC56 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB11718886-
CMYK0.3800.540.26
HSL101.76º43.22%53.73%-
HSV(B)101.76º54.26%73.73%-
XYZ2740.4215.18-
YUV155.1488.98100.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=29.92%
G=48.08%
B=21.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117188860.3800.540.26101.7643.2253.73
Hex75BC56260361A662b36
Octal16527412646066321465366
Binary11101011011110010101101001100110110110101100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BC56; }

 p { color: rgb(117,188,86); }

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

<style>
 a { background-color: #75BC56; }

 a { background-color: rgb(117,188,86); }

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

<style>
 span { border-color: #75BC56; }

 span { border-color: rgb(117,188,86); }

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