#75E741

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

Shades of Mantis #75E741

Tints of Mantis #75E741

Color information

#75E741 (or 0x75E741) is unknown color: approx Mantis. HEX triplet: 75, E7 and 41. RGB value is (117,231,65). Sum of RGB (Red+Green+Blue) = 117+231+65=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #75E741 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E741 is #8A18BE. Grayscale: #B2B2B2. Windows color (decimal): -9050303 or 4319093. OLE color: 4319093.

HSL color Cylindrical-coordinate representation of color #75E741: hue angle of 101.2º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75E741 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB11723165-
CMYK0.4900.720.09
HSL101.2º77.57%58.04%-
HSV(B)101.2º71.86%90.59%-
XYZ36.8761.3214.89-
YUV177.9964.2384.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 231 (90.62% from 255) = 55.93%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=28.33%
G=55.93%
B=15.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal117231650.4900.720.09101.277.5758.04
Hex75E741310489654e3a
Octal1653471016101101114511672
Binary111010111100111100000111000101001000100111001011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,231,65); }

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

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

 a { background-color: rgb(117,231,65); }

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

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

 span { border-color: rgb(117,231,65); }

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