#93CA5F

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

Shades of Mantis #93CA5F

Tints of Mantis #93CA5F

Color information

#93CA5F (or 0x93CA5F) is unknown color: approx Mantis. HEX triplet: 93, CA and 5F. RGB value is (147,202,95). Sum of RGB (Red+Green+Blue) = 147+202+95=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA5F is #6C35A0. Grayscale: #ADADAD. Windows color (decimal): -7091617 or 6277779. OLE color: 6277779.

HSL color Cylindrical-coordinate representation of color #93CA5F: hue angle of 90.84º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93CA5F is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB14720295-
CMYK0.2700.530.21
HSL90.84º50.23%58.24%-
HSV(B)90.84º52.97%79.22%-
XYZ35.2249.2718.48-
YUV173.3683.78109.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=33.11%
G=45.50%
B=21.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147202950.2700.530.2190.8450.2358.24
Hex93CA5F1B035155b323a
Octal22331213733065251336272
Binary10010011110010101011111110110110101101011011011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,95); }

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

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

 a { background-color: rgb(147,202,95); }

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

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

 span { border-color: rgb(147,202,95); }

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