#75CC46

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

Shades of Mantis #75CC46

Tints of Mantis #75CC46

Color information

#75CC46 (or 0x75CC46) is unknown color: approx Mantis. HEX triplet: 75, CC and 46. RGB value is (117,204,70). Sum of RGB (Red+Green+Blue) = 117+204+70=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC46 is #8A33B9. Grayscale: #A3A3A3. Windows color (decimal): -9057210 or 4639861. OLE color: 4639861.

HSL color Cylindrical-coordinate representation of color #75CC46: hue angle of 98.96º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75CC46 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB11720470-
CMYK0.4300.660.2
HSL98.96º56.78%53.73%-
HSV(B)98.96º65.69%80%-
XYZ30.0347.4113.36-
YUV162.7175.6895.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 70 (27.73% from 255) = 17.90%
R=29.92%
G=52.17%
B=17.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117204700.4300.660.298.9656.7853.73
Hex75CC462B04214633936
Octal165314106530102241437166
Binary111010111001100100011010101101000010101001100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,70); }

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

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

 a { background-color: rgb(117,204,70); }

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

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

 span { border-color: rgb(117,204,70); }

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