#75E744

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

Shades of Mantis #75E744

Tints of Mantis #75E744

Color information

#75E744 (or 0x75E744) is unknown color: approx Mantis. HEX triplet: 75, E7 and 44. RGB value is (117,231,68). Sum of RGB (Red+Green+Blue) = 117+231+68=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 231 (90.62% from 255 or 55.53% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 231 - color contains mainly: green. Hex color #75E744 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E744 is #8A18BB. Grayscale: #B2B2B2. Windows color (decimal): -9050300 or 4515701. OLE color: 4515701.

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

Color convert

RGB11723168-
CMYK0.4900.710.09
HSL101.96º77.25%58.63%-
HSV(B)101.96º70.56%90.59%-
XYZ36.9661.3515.36-
YUV178.3365.7384.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 231 (90.62% from 255) = 55.53%
BLUE value IS 68 (26.95% from 255) = 16.35%
R=28.12%
G=55.53%
B=16.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal117231680.4900.710.09101.9677.2558.63
Hex75E744310479664d3b
Octal1653471046101071114611573
Binary111010111100111100010011000101000111100111001101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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