#75D040

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

Shades of Mantis #75D040

Tints of Mantis #75D040

Color information

#75D040 (or 0x75D040) is unknown color: approx Mantis. HEX triplet: 75, D0 and 40. RGB value is (117,208,64). Sum of RGB (Red+Green+Blue) = 117+208+64=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #75D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D040 is #8A2FBF. Grayscale: #A4A4A4. Windows color (decimal): -9056192 or 4247669. OLE color: 4247669.

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

Color convert

RGB11720864-
CMYK0.4400.690.18
HSL97.92º60.5%53.33%-
HSV(B)97.92º69.23%81.57%-
XYZ30.8249.2612.74-
YUV164.3771.3594.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 208 (81.64% from 255) = 53.47%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=30.08%
G=53.47%
B=16.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117208640.4400.690.1897.9260.553.33
Hex75D0402C04512623d35
Octal165320100540105221427565
Binary111010111010000100000010110001000101100101100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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