#93D05A

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

Shades of Mantis #93D05A

Tints of Mantis #93D05A

Color information

#93D05A (or 0x93D05A) is unknown color: approx Mantis. HEX triplet: 93, D0 and 5A. RGB value is (147,208,90). Sum of RGB (Red+Green+Blue) = 147+208+90=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #93D05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D05A is #6C2FA5. Grayscale: #B0B0B0. Windows color (decimal): -7090086 or 5951635. OLE color: 5951635.

HSL color Cylindrical-coordinate representation of color #93D05A: hue angle of 91.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93D05A is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB14720890-
CMYK0.2900.570.18
HSL91.02º55.66%58.43%-
HSV(B)91.02º56.73%81.57%-
XYZ36.4352.0517.8-
YUV176.3179.29107.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 208 (81.64% from 255) = 46.74%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=33.03%
G=46.74%
B=20.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147208900.2900.570.1891.0255.6658.43
Hex93D05A1D039125b383a
Octal22332013235071221337072
Binary10010011110100001011010111010111001100101011011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,208,90); }

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

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

 a { background-color: rgb(147,208,90); }

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

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

 span { border-color: rgb(147,208,90); }

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