#93CD65

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

Shades of Mantis #93CD65

Tints of Mantis #93CD65

Color information

#93CD65 (or 0x93CD65) is unknown color: approx Mantis. HEX triplet: 93, CD and 65. RGB value is (147,205,101). Sum of RGB (Red+Green+Blue) = 147+205+101=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CD65 is #6C329A. Grayscale: #B0B0B0. Windows color (decimal): -7090843 or 6671763. OLE color: 6671763.

HSL color Cylindrical-coordinate representation of color #93CD65: hue angle of 93.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93CD65 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB147205101-
CMYK0.2800.510.20
HSL93.46º50.98%60%-
HSV(B)93.46º50.73%80.39%-
XYZ36.2150.8120.21-
YUV175.885.78107.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.45%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=32.45%
G=45.25%
B=22.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472051010.2800.510.2093.4650.9860
Hex93CD651C033145d333c
Octal22331514534063241356374
Binary10010011110011011100101111000110011101001011101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,205,101); }

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

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

 a { background-color: rgb(147,205,101); }

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

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

 span { border-color: rgb(147,205,101); }

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