#75E43A

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

Shades of Mantis #75E43A

Tints of Mantis #75E43A

Color information

#75E43A (or 0x75E43A) is unknown color: approx Mantis. HEX triplet: 75, E4 and 3A. RGB value is (117,228,58). Sum of RGB (Red+Green+Blue) = 117+228+58=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 228 (89.45% from 255 or 56.58% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 228 - color contains mainly: green. Hex color #75E43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E43A is #8A1BC5. Grayscale: #AFAFAF. Windows color (decimal): -9051078 or 3859573. OLE color: 3859573.

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

Color convert

RGB11722858-
CMYK0.4900.750.11
HSL99.18º75.89%56.08%-
HSV(B)99.18º74.56%89.41%-
XYZ35.8459.5713.61-
YUV175.4361.7386.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 228 (89.45% from 255) = 56.58%
BLUE value IS 58 (23.05% from 255) = 14.39%
R=29.03%
G=56.58%
B=14.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117228580.4900.750.1199.1875.8956.08
Hex75E43A3104BB634c38
Octal165344726101131314311470
Binary11101011110010011101011000101001011101111000111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,228,58); }

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

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

 a { background-color: rgb(117,228,58); }

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

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

 span { border-color: rgb(117,228,58); }

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