#75D449

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

Shades of Mantis #75D449

Tints of Mantis #75D449

Color information

#75D449 (or 0x75D449) is unknown color: approx Mantis. HEX triplet: 75, D4 and 49. RGB value is (117,212,73). Sum of RGB (Red+Green+Blue) = 117+212+73=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #75D449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D449 is #8A2BB6. Grayscale: #A8A8A8. Windows color (decimal): -9055159 or 4838517. OLE color: 4838517.

HSL color Cylindrical-coordinate representation of color #75D449: hue angle of 101.01º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75D449 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB11721273-
CMYK0.4500.660.17
HSL101.01º61.78%55.88%-
HSV(B)101.01º65.57%83.14%-
XYZ32.0851.3514.52-
YUV167.7574.5391.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 212 (83.20% from 255) = 52.74%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=29.10%
G=52.74%
B=18.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117212730.4500.660.17101.0161.7855.88
Hex75D4492D04211653e38
Octal165324111550102211457670
Binary111010111010100100100110110101000010100011100101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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