#75D064

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

Shades of Mantis #75D064

Tints of Mantis #75D064

Color information

#75D064 (or 0x75D064) is unknown color: approx Mantis. HEX triplet: 75, D0 and 64. RGB value is (117,208,100). Sum of RGB (Red+Green+Blue) = 117+208+100=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #75D064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D064 is #8A2F9B. Grayscale: #A8A8A8. Windows color (decimal): -9056156 or 6606965. OLE color: 6606965.

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

Color convert

RGB117208100-
CMYK0.4400.520.18
HSL110.56º53.47%60.39%-
HSV(B)110.56º51.92%81.57%-
XYZ32.1949.8119.97-
YUV168.4889.3591.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=27.53%
G=48.94%
B=23.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081000.4400.520.18110.5653.4760.39
Hex75D0642C034126f353c
Octal16532014454064221576574
Binary11101011101000011001001011000110100100101101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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