#75BE61

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

Shades of Mantis #75BE61

Tints of Mantis #75BE61

Color information

#75BE61 (or 0x75BE61) is unknown color: approx Mantis. HEX triplet: 75, BE and 61. RGB value is (117,190,97). Sum of RGB (Red+Green+Blue) = 117+190+97=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE61 is #8A419E. Grayscale: #9D9D9D. Windows color (decimal): -9060767 or 6405749. OLE color: 6405749.

HSL color Cylindrical-coordinate representation of color #75BE61: hue angle of 107.1º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75BE61 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB11719097-
CMYK0.3800.490.25
HSL107.1º41.7%56.27%-
HSV(B)107.1º48.95%74.51%-
XYZ27.9141.4717.84-
YUV157.5793.8299.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=28.96%
G=47.03%
B=24.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117190970.3800.490.25107.141.756.27
Hex75BE6126031196b2a38
Octal16527614146061311535270
Binary11101011011111011000011001100110001110011101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,97); }

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

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

 a { background-color: rgb(117,190,97); }

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

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

 span { border-color: rgb(117,190,97); }

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