#75E145

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

Shades of Mantis #75E145

Tints of Mantis #75E145

Color information

#75E145 (or 0x75E145) is unknown color: approx Mantis. HEX triplet: 75, E1 and 45. RGB value is (117,225,69). Sum of RGB (Red+Green+Blue) = 117+225+69=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #75E145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E145 is #8A1EBA. Grayscale: #AFAFAF. Windows color (decimal): -9051835 or 4579701. OLE color: 4579701.

HSL color Cylindrical-coordinate representation of color #75E145: hue angle of 101.54º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75E145 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB11722569-
CMYK0.4800.690.12
HSL101.54º72.22%57.65%-
HSV(B)101.54º69.33%88.24%-
XYZ35.3458.0614.97-
YUV174.9268.2286.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 225 (88.28% from 255) = 54.74%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=28.47%
G=54.74%
B=16.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117225690.4800.690.12101.5472.2257.65
Hex75E14530045C66483a
Octal1653411056001051414611072
Binary111010111100001100010111000001000101110011001101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,225,69); }

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

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

 a { background-color: rgb(117,225,69); }

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

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

 span { border-color: rgb(117,225,69); }

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