#75D147

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

Shades of Mantis #75D147

Tints of Mantis #75D147

Color information

#75D147 (or 0x75D147) is unknown color: approx Mantis. HEX triplet: 75, D1 and 47. RGB value is (117,209,71). Sum of RGB (Red+Green+Blue) = 117+209+71=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #75D147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D147 is #8A2EB8. Grayscale: #A6A6A6. Windows color (decimal): -9055929 or 4706677. OLE color: 4706677.

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

Color convert

RGB11720971-
CMYK0.4400.660.18
HSL100º60%54.9%-
HSV(B)100º66.03%81.96%-
XYZ31.2749.8413.93-
YUV165.7674.5293.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 209 (82.03% from 255) = 52.64%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=29.47%
G=52.64%
B=17.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117209710.4400.660.181006054.9
Hex75D1472C04212643c37
Octal165321107540102221447467
Binary111010111010001100011110110001000010100101100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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