#75D75D

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

Shades of Mantis #75D75D

Tints of Mantis #75D75D

Color information

#75D75D (or 0x75D75D) is unknown color: approx Mantis. HEX triplet: 75, D7 and 5D. RGB value is (117,215,93). Sum of RGB (Red+Green+Blue) = 117+215+93=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #75D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D75D is #8A28A2. Grayscale: #ACACAC. Windows color (decimal): -9054371 or 6150005. OLE color: 6150005.

HSL color Cylindrical-coordinate representation of color #75D75D: hue angle of 108.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75D75D is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB11721593-
CMYK0.4600.570.16
HSL108.2º60.4%60.39%-
HSV(B)108.2º56.74%84.31%-
XYZ33.6153.1718.85-
YUV171.7983.5388.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 215 (84.38% from 255) = 50.59%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=27.53%
G=50.59%
B=21.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117215930.4600.570.16108.260.460.39
Hex75D75D2E039106c3c3c
Octal16532713556071201547474
Binary11101011101011110111011011100111001100001101100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,215,93); }

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

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

 a { background-color: rgb(117,215,93); }

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

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

 span { border-color: rgb(117,215,93); }

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