#75D746

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

Shades of Mantis #75D746

Tints of Mantis #75D746

Color information

#75D746 (or 0x75D746) is unknown color: approx Mantis. HEX triplet: 75, D7 and 46. RGB value is (117,215,70). Sum of RGB (Red+Green+Blue) = 117+215+70=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #75D746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D746 is #8A28B9. Grayscale: #A9A9A9. Windows color (decimal): -9054394 or 4642677. OLE color: 4642677.

HSL color Cylindrical-coordinate representation of color #75D746: hue angle of 100.55º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75D746 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB11721570-
CMYK0.4600.670.16
HSL100.55º64.44%55.88%-
HSV(B)100.55º67.44%84.31%-
XYZ32.7452.8214.26-
YUV169.1772.0390.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 215 (84.38% from 255) = 53.48%
BLUE value IS 70 (27.73% from 255) = 17.41%
R=29.10%
G=53.48%
B=17.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117215700.4600.670.16100.5564.4455.88
Hex75D7462E04310654038
Octal1653271065601032014510070
Binary1110101110101111000110101110010000111000011001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,215,70); }

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

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

 a { background-color: rgb(117,215,70); }

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

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

 span { border-color: rgb(117,215,70); }

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