#75D149

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

Shades of Mantis #75D149

Tints of Mantis #75D149

Color information

#75D149 (or 0x75D149) is unknown color: approx Mantis. HEX triplet: 75, D1 and 49. RGB value is (117,209,73). Sum of RGB (Red+Green+Blue) = 117+209+73=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #75D149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D149 is #8A2EB6. Grayscale: #A6A6A6. Windows color (decimal): -9055927 or 4837749. OLE color: 4837749.

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

Color convert

RGB11720973-
CMYK0.4400.650.18
HSL100.59º59.65%55.29%-
HSV(B)100.59º65.07%81.96%-
XYZ31.3449.8614.28-
YUV165.9975.5293.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 209 (82.03% from 255) = 52.38%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=29.32%
G=52.38%
B=18.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117209730.4400.650.18100.5959.6555.29
Hex75D1492C04112653c37
Octal165321111540101221457467
Binary111010111010001100100110110001000001100101100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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