#93dd5d

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

Shades of Mantis #93DD5D

Tints of Mantis #93DD5D

Color information

#93DD5D (or 0x93DD5D) is unknown color: approx Mantis. HEX triplet: 93, DD and 5D. RGB value is (147,221,93). Sum of RGB (Red+Green+Blue) = 147+221+93=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD5D is #6C22A2. Grayscale: #B8B8B8. Windows color (decimal): -7086755 or 6151571. OLE color: 6151571.

HSL color Cylindrical-coordinate representation of color #93DD5D: hue angle of 94.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93DD5D is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB14722193-
CMYK0.3300.580.13
HSL94.69º65.31%61.57%-
HSV(B)94.69º57.92%86.67%-
XYZ39.8658.7119.59-
YUV184.2876.48101.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=31.89%
G=47.94%
B=20.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147221930.3300.580.1394.6965.3161.57
Hex93DD5D2103AD5f413e
Octal223335135410721513710176
Binary100100111101110110111011000010111010110110111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93dd5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93dd5d; }

 p { color: rgb(147,221,93); }

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

<style>
 a { background-color: #93dd5d; }

 a { background-color: rgb(147,221,93); }

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

<style>
 span { border-color: #93dd5d; }

 span { border-color: rgb(147,221,93); }

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