#75C35C

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

Shades of Mantis #75C35C

Tints of Mantis #75C35C

Color information

#75C35C (or 0x75C35C) is unknown color: approx Mantis. HEX triplet: 75, C3 and 5C. RGB value is (117,195,92). Sum of RGB (Red+Green+Blue) = 117+195+92=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #75C35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C35C is #8A3CA3. Grayscale: #A0A0A0. Windows color (decimal): -9059492 or 6079349. OLE color: 6079349.

HSL color Cylindrical-coordinate representation of color #75C35C: hue angle of 105.44º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C35C is Cyan = 0.4, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB11719592-
CMYK0.400.530.24
HSL105.44º46.19%56.27%-
HSV(B)105.44º52.82%76.47%-
XYZ28.7843.5817.02-
YUV159.9489.6697.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 195 (76.56% from 255) = 48.27%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=28.96%
G=48.27%
B=22.77%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117195920.400.530.24105.4446.1956.27
Hex75C35C2803518692e38
Octal16530313450065301515670
Binary11101011100001110111001010000110101110001101001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,92); }

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

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

 a { background-color: rgb(117,195,92); }

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

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

 span { border-color: rgb(117,195,92); }

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