#75D04C

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

Shades of Mantis #75D04C

Tints of Mantis #75D04C

Color information

#75D04C (or 0x75D04C) is unknown color: approx Mantis. HEX triplet: 75, D0 and 4C. RGB value is (117,208,76). Sum of RGB (Red+Green+Blue) = 117+208+76=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #75D04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D04C is #8A2FB3. Grayscale: #A6A6A6. Windows color (decimal): -9056180 or 5034101. OLE color: 5034101.

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

Color convert

RGB11720876-
CMYK0.4400.630.18
HSL101.36º58.41%55.69%-
HSV(B)101.36º63.46%81.57%-
XYZ31.249.4214.73-
YUV165.7477.3593.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 208 (81.64% from 255) = 51.87%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=29.18%
G=51.87%
B=18.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117208760.4400.630.18101.3658.4155.69
Hex75D04C2C03F12653a38
Octal16532011454077221457270
Binary11101011101000010011001011000111111100101100101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,76); }

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

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

 a { background-color: rgb(117,208,76); }

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

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

 span { border-color: rgb(117,208,76); }

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