#75EA40

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

Shades of Mantis #75EA40

Tints of Mantis #75EA40

Color information

#75EA40 (or 0x75EA40) is unknown color: approx Mantis. HEX triplet: 75, EA and 40. RGB value is (117,234,64). Sum of RGB (Red+Green+Blue) = 117+234+64=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 234 (91.80% from 255 or 56.39% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EA40 is #8A15BF. Grayscale: #B4B4B4. Windows color (decimal): -9049536 or 4254325. OLE color: 4254325.

HSL color Cylindrical-coordinate representation of color #75EA40: hue angle of 101.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75EA40 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB11723464-
CMYK0.500.730.08
HSL101.29º80.19%58.43%-
HSV(B)101.29º72.65%91.76%-
XYZ37.686315.02-
YUV179.6462.7483.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 234 (91.80% from 255) = 56.39%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=28.19%
G=56.39%
B=15.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117234640.500.730.08101.2980.1958.43
Hex75EA4032049865503a
Octal1653521006201111014512072
Binary111010111101010100000011001001001001100011001011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,234,64); }

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

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

 a { background-color: rgb(117,234,64); }

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

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

 span { border-color: rgb(117,234,64); }

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