#75D160

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

Shades of Mantis #75D160

Tints of Mantis #75D160

Color information

#75D160 (or 0x75D160) is unknown color: approx Mantis. HEX triplet: 75, D1 and 60. RGB value is (117,209,96). Sum of RGB (Red+Green+Blue) = 117+209+96=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #75D160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D160 is #8A2E9F. Grayscale: #A8A8A8. Windows color (decimal): -9055904 or 6345077. OLE color: 6345077.

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

Color convert

RGB11720996-
CMYK0.4400.540.18
HSL108.85º55.12%59.8%-
HSV(B)108.85º54.07%81.96%-
XYZ32.2550.2319.06-
YUV168.6187.0291.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 209 (82.03% from 255) = 49.53%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=27.73%
G=49.53%
B=22.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117209960.4400.540.18108.8555.1259.8
Hex75D1602C036126d373c
Octal16532114054066221556774
Binary11101011101000111000001011000110110100101101101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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