#75DF56

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

Shades of Mantis #75DF56

Tints of Mantis #75DF56

Color information

#75DF56 (or 0x75DF56) is unknown color: approx Mantis. HEX triplet: 75, DF and 56. RGB value is (117,223,86). Sum of RGB (Red+Green+Blue) = 117+223+86=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF56 is #8A20A9. Grayscale: #B0B0B0. Windows color (decimal): -9052330 or 5693301. OLE color: 5693301.

HSL color Cylindrical-coordinate representation of color #75DF56: hue angle of 106.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75DF56 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB11722386-
CMYK0.4800.610.13
HSL106.42º68.16%60.59%-
HSV(B)106.42º61.43%87.45%-
XYZ35.457.2317.98-
YUV175.6977.3886.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 223 (87.5% from 255) = 52.35%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=27.46%
G=52.35%
B=20.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117223860.4800.610.13106.4268.1660.59
Hex75DF563003DD6a443d
Octal165337126600751515210475
Binary11101011101111110101101100000111101110111010101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,223,86); }

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

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

 a { background-color: rgb(117,223,86); }

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

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

 span { border-color: rgb(117,223,86); }

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