#75D163

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

Shades of Mantis #75D163

Tints of Mantis #75D163

Color information

#75D163 (or 0x75D163) is unknown color: approx Mantis. HEX triplet: 75, D1 and 63. RGB value is (117,209,99). Sum of RGB (Red+Green+Blue) = 117+209+99=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #75D163 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D163 is #8A2E9C. Grayscale: #A9A9A9. Windows color (decimal): -9055901 or 6541685. OLE color: 6541685.

HSL color Cylindrical-coordinate representation of color #75D163: hue angle of 110.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75D163 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB11720999-
CMYK0.4400.530.18
HSL110.18º54.46%60.39%-
HSV(B)110.18º52.63%81.96%-
XYZ32.3950.2819.8-
YUV168.9588.5290.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 209 (82.03% from 255) = 49.18%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=27.53%
G=49.18%
B=23.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117209990.4400.530.18110.1854.4660.39
Hex75D1632C035126e363c
Octal16532114354065221566674
Binary11101011101000111000111011000110101100101101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,209,99); }

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

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

 a { background-color: rgb(117,209,99); }

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

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

 span { border-color: rgb(117,209,99); }

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